Re: [PATCH v2 4/4] staging: rtl8723bs: fix line length check

From: Mahad Ibrahim

Date: Wed Jan 28 2026 - 11:13:30 EST


On Tue Jan 27, 2026 at 7:40 PM PKT, Greg KH wrote:
>> - if ((cond2 & bitMask) == (driver2 & bitMask)) /* BoardType of each RF path is matched */
>> + /* BoardType of each RF path is matched */
>
> Why the extra space after /* and before BoardType?
>
> thanks,
>
> greg k-h

Thank you for the review.

I included it to match the existing comment style prevalent in this
specific file. Not adding it would have caused inconsistency.

However I realize this violates the kernel coding standards.

I will send a v3 series that addresses this issue, as well as fix the
line comment style in that file as a separate logical change.

thanks,

Mahad Ibrahim