Re: [PATCH 1/2] staging: lustre: Fix comment style

2018-01-22 Thread Greg Kroah-Hartman
On Fri, Jan 19, 2018 at 05:53:59PM -0800, Joe Perches wrote: > On Thu, 2018-01-18 at 16:51 +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 r

Re: [PATCH 1/2] staging: lustre: Fix comment style

2018-01-19 Thread Joe Perches
On Thu, 2018-01-18 at 16:51 +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 comment