Re: [PATCH 4/8] staging: lustre: Fix comment style

From: Greg Kroah-Hartman
Date: Mon Jan 15 2018 - 10:03:11 EST


On Thu, Jan 11, 2018 at 06:16:58PM +0100, Fabian Huegel wrote:
> Most multi-line comments started on the first line, but the preferred
> linux kernel style is to start multi-line comments on the second line.
> Some comments became less readable after the change, so we changed them
> to single-line comments.
>
> Signed-off-by: Fabian Huegel <fabian_huegel@xxxxxx>
> Signed-off-by: Christoph Volkert <linux@xxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/staging/lustre/lustre/include/obd_class.h | 47 +++++++++++++----------
> 1 file changed, 27 insertions(+), 20 deletions(-)

This, and another patch, did not apply to my tree, probably because I
didn't take the first one. Please rebase and resend the remaining ones.

thanks,

greg k-h