Home
last modified time | relevance | path

Searched hist:"6272 cc389fec78d1c0685599b8cad974476d89bb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile6272cc389fec78d1c0685599b8cad974476d89bb Mon Aug 16 15:20:56 CDT 2021 Nathan Chancellor <nathan@kernel.org> 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>