Re: [PATCH 1/1] drivers/staging/rtl8129u: adjust block comments

2019-06-20 Thread Greg KH
On Thu, Jun 20, 2019 at 11:45:34AM +0200, Christian Müller wrote: > As stated in coding-styles.rst multiline comments should be structured in a > way, > that the actual comment starts on the second line of the commented portion. > E.g: > > /* > * Multiline comments > * should look like > * th

[PATCH 1/1] drivers/staging/rtl8129u: adjust block comments

2019-06-20 Thread Christian Müller
As stated in coding-styles.rst multiline comments should be structured in a way, that the actual comment starts on the second line of the commented portion. E.g: /* * Multiline comments * should look like * this. */ The comments in this file were of a format, that looked like this: /* Multil