From: chas w. - C. <ch...@cm...> - 2010-07-09 11:16:47
|
On Thu, 08 Jul 2010 21:47:45 -0700 (PDT) David Miller <da...@da...> wrote: > From: Karl Hiramoto <ka...@hi...> > Date: Thu, 8 Jul 2010 10:34:47 +0200 > > /* Like > * this. > */ > > not: > > /* > * Like > * this. > */ > > Honestly, I don't know how I can be more clear about this :-) this is somewhat contrary to the suggested multi-line format given in Documentation/CodingStyle: The preferred style for long (multi-line) comments is: /* * This is the preferred style for multi-line * comments in the Linux kernel source code. * Please use it consistently. * * Description: A column of asterisks on the left side, * with beginning and ending almost-blank lines. */ |