On Wed, Aug 28, 2019 at 03:38:29AM +0000, Jisheng Zhang wrote: > On Tue, 27 Aug 2019 20:44:37 +0100 Mark Brown wrote: > > > > Please send a patch which updates the entire comment block to be > > C++ style so it looks consistent. > Do you mean update the following style > A: > > // SPDX-License-Identifier: GPL-2.0 > /* > * SY8824C regulator driver > * ... > as B: > // SPDX-License-Identifier: GPL-2.0 > // SY8824C regulator driver > // ... > I'm not sure which style is correct. But I see B is commonly used > in lots .c source files in other dirs, such as kernel/ mm/ etc. Yes, please - update to style B.