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

2018-01-15 Thread Greg Kroah-Hartman
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

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

2018-01-11 Thread Fabian Huegel
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 Signed-off-by: Christoph Volke

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

2017-12-21 Thread Fabian Huegel
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 Signed-off-by: Christoph Volke