lkml.org 
[lkml]   [2019]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/3] drivers/staging/rtl8192u: Reformat comments
On Mon, Jun 03, 2019 at 02:21:02PM +0200, Christian Müller wrote:
> From: Felix Trommer <felix.trommer@hotmail.de>
>
> Replace C99-Style comments with C89-Style comments.

What does that mean?

> if (MaxChnlNum >= pTriple->first_channel) {
> - /* It is not in a monotonically increasing order, so
> + /*
> + * It is not in a monotonically increasing order, so
> * stop processing.
> */

Those are both /* */ style comments. Where in the C99 or C89 spec does
it say anything about this type of change?

Are you sure you are not getting confused about // for a comment marker
in C99 which is not in C89?

thanks,

greg k-h

\
 
 \ /
  Last update: 2019-06-03 15:05    [W:2.966 / U:0.580 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site