raid6: test: cosmetic cleanups for the test Makefile
authorWANG Xuerui <git@xen0n.name>
Mon, 31 Jul 2023 10:49:09 +0000 (18:49 +0800)
committerSong Liu <song@kernel.org>
Tue, 15 Aug 2023 16:40:27 +0000 (09:40 -0700)
commit2008d89fb6435a3a900b72b856a18e0cc0d2c057
tree0d6695370cd86a5a86f6b3d83f437c2bbb08bbe6
parent9dd6e1da811ffad95a79b2690110ef1bbaf4dda4
raid6: test: cosmetic cleanups for the test Makefile

Use tabs/spaces consistently: hard tabs for marking recipe lines only,
spaces for everything else.

Also, the OPTFLAGS declaration actually included the tabs preceding the
line comment, making compiler invocation lines unnecessarily long. As
the entire block of declarations are meant for ad-hoc customization
(otherwise they would probably make use of `?=` instead of `=`), move
the "Adjust as desired" comment above the block too to fix the long
invocation lines.

Signed-off-by: WANG Xuerui <git@xen0n.name>
Link: https://lore.kernel.org/r/20230731104911.411964-4-kernel@xen0n.name
Signed-off-by: Song Liu <song@kernel.org>
lib/raid6/test/Makefile