From: chas w. - C. <ch...@cm...> - 2010-07-06 19:33:50
|
On Mon, 5 Jul 2010 10:45:53 +0200 Karl Hiramoto <ka...@hi...> wrote: > +/** > +* register_atmdevice_notifier - register atm_dev notify events > +* Currently we notify of signal found/lost > +*/ per Documentation/CodingStyle, the preferred style for multiline comments would look like: /* * 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. */ please update all your comments to reflect this style. |