Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp627034pxb; Mon, 16 Aug 2021 13:25:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxgolajfou3Akq5agmlTAvGdgYRQaZdP061X1s/H7Hl/RQ50mH+TzRFLRtNlhB+coZ88gvy X-Received: by 2002:aa7:d28a:: with SMTP id w10mr414921edq.63.1629145556847; Mon, 16 Aug 2021 13:25:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629145556; cv=none; d=google.com; s=arc-20160816; b=urHFb5mghQprhF5BukKrag5ArmeEEIFGP5wh3wX6emX/gEQp/u6dMOm8yqjAkmzude RPNNL7zO08V4iWWZnimhmDgXD+aBpgFssBRaKRqSiUVU4p+4Egxj5UVyt9hAKcoaXDm0 20WpnHn+kctEQ/oNeiQghNOF9N/VkCKCv283QCCtt6uCO8voyup6h236xoRsUJ9tud6L uDZmtM9Tt754vbw9iij5hqksbQFc1KSpdL1L9yPJ3pUqXytYoFeBZjVmJOyBQirIU2x8 Pf+8yZRwqTHCISCYPmDc3XU1Gum0abdPcAXtoVMP4HaOtRxhbe8zzEJ6/uHbDY4/w0Le qB0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=INuVOG9ZRfyFfJpnCN7hSUJCXgBoQrYFMppL1+2eCW8=; b=VEzNTpMbQmmythzkoR1itP4BUeWZaVGs6yFUDQBJhtzV9qKOfVEj2316GabWk5JUut 46ri1kGNeepzvOColLrNtc1QuteygNiM0ZwtlfhAd9OWBVxScQTEdkYZgz8ozcspF65z YXfJ8UyUTwJO1tpxwrnI8gN2VrWCBRPuv6i8tc69tVxJp1bc5yrl2O78kY0cBCVixsIG tuFij7QRHzixw382LndhCAmb7Qe22nX0UUt4FB7XQp+nvAHsVEG/EOEmkoNGXzfv0IxC i0N/Xg/A7roWXbwg5fHc1qQb++/vsB4ogLA6l4IJIzvg8eofFdKMGK152nosSf+stD7I 4tDQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=oNpRW+iM; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r24si300484ejy.432.2021.08.16.13.25.33; Mon, 16 Aug 2021 13:25:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=oNpRW+iM; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232111AbhHPUWA (ORCPT + 99 others); Mon, 16 Aug 2021 16:22:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:53926 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232127AbhHPUV7 (ORCPT ); Mon, 16 Aug 2021 16:21:59 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0C33A60F35; Mon, 16 Aug 2021 20:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629145287; bh=DZeJgaBVOuro+yCALFSGg+G7kUBtualFHpqyFlfXJlE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oNpRW+iMog1tMCCH//whIBeMwOu/Iqw0xTxSH0sK2cO0OEgEHaFwN/PpX8zo1PLvU RSVn+m+lUanW4g7B25rxiHtWT40GNc2DJay6+UOvR/h+Wtvp7fvEaPhlBbMsV1rrMn hB26Xt7S1CSayjlK51WJUHsjOO3sT/A+Lswwn4NBcKZGf7qOR4eVLj8mZOlsGbwU/J kynDYbKI1eJyyNxNx57wqp3vqb3L1QrYcbIOFWYCcWApsh1H/meKhQ7ZSB4d2mWEkE KxDkiXKRg8cyBFS6auM+nHYOffHpH+3ZbTkrRJx7qj/v0SUI06yKy5YTzyqTojQwYI 9juZoAMIUvxnQ== From: Nathan Chancellor To: Masahiro Yamada , Nick Desaulniers Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com, Nathan Chancellor Subject: [PATCH 3/3] kbuild: Shuffle blank line to improve comment meaning Date: Mon, 16 Aug 2021 13:20:56 -0700 Message-Id: <20210816202056.4586-3-nathan@kernel.org> X-Mailer: git-send-email 2.33.0.rc2 In-Reply-To: <20210816202056.4586-1-nathan@kernel.org> References: <20210816202056.4586-1-nathan@kernel.org> MIME-Version: 1.0 X-Patchwork-Bot: notify Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org -Wunused-but-set-variable and -Wunused-const-variable are both disabled for the same reason but there is a blank line between them and no blank line between -Wno-unused-const-variable and the block. Shuffle the new line so that it is clear that the comment applied to both flags and the next block is separate from them. Signed-off-by: Nathan Chancellor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07b76274396e..7d5007cdfa5c 100644 --- a/Makefile +++ b/Makefile @@ -794,8 +794,8 @@ endif # These warnings generated too much noise in a regular build. # Use make W=1 to enable them (see scripts/Makefile.extrawarn) KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) - KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) + ifdef CONFIG_FRAME_POINTER KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls else -- 2.33.0.rc2