Re: [PATCH trivial] include/linux/gfp.h: Improve the coding styles

From: Chen Gang
Date: Thu Feb 25 2016 - 09:09:37 EST


On 2/25/16 09:01, SeongJae Park wrote:
>
> Well, the indentation for the comment and the '\' looks odd to me. If
> the 80 column limit is necessary, how about moving the comment to above
> line of the macro as below? Because comments are usually placed before
> the target they are explaining, I believe this may better to read.
>
> -#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */
> +/* ZONE_MOVABLE allowed */
> +#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE)
>
> Maybe the opinion can be applied to below similar changes, too.
>

At least for me, what you said above is OK (it is a common way).

And welcome other members' suggestions.

Thanks.
--
Chen Gang (éå)

Managing Natural Environments is the Duty of Human Beings.