Re: [PATCH 2/3] staging: luster: Checkpatch Cleanup

From: Greg Kroah-Hartman
Date: Sat Jun 18 2016 - 22:02:52 EST


On Sat, Jun 18, 2016 at 10:25:55PM +0100, Craig Inches wrote:
> Macros with complex values should be enclosed in parenthesis
>
> Signed-off-by: Craig Inches <craig@xxxxxxxxxxxxxxx>
> ---
> drivers/staging/lustre/lustre/include/cl_object.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

ALWAYS test build your patches, to not do so just makes maintainers
grumpy...

Remember, checkpatch is a _hint_, it's not always right.

greg k-h