commit | 6272cc389fec78d1c0685599b8cad974476d89bb | [log] [tgz] |
---|---|---|
author | Nathan Chancellor <nathan@kernel.org> | Mon Aug 16 13:20:56 2021 -0700 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Fri Sep 03 08:17:20 2021 +0900 |
tree | f10c430ffc21c0bf444d8fe8daed563826124117 | |
parent | 5c6ae0efca8d7aeac02f8734825067cd9475a264 [diff] |
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>