]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: Shuffle blank line to improve comment meaning
authorNathan Chancellor <nathan@kernel.org>
Mon, 16 Aug 2021 20:20:56 +0000 (13:20 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 19 Aug 2021 00:39:17 +0000 (09:39 +0900)
commitc6a74818da3fa0a2ab595f4442dced9660b4970e
treebc37bcf510d61d0b265b668c5d2727696ad71bd6
parent388e64248d314e172475a385908309d784969150
kbuild: Shuffle blank line to improve comment meaning

-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 <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile