* Randy Dunlap [070404 16:52]: > On Wed, 4 Apr 2007 14:05:47 -0400 Tony Lindgren wrote: > > Referring to multiple places in this patch, please use the preferred > kernel "long comment" style as documented in > Documentation/CodingStyle, Ch. 8, Commenting: > > 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. > */ Following is an updated patch. Tony