Re: [PATCH v3 4/4] staging: rtl8723bs: fix line length and alignment issues

From: Khushal Chitturi

Date: Fri Jan 16 2026 - 10:23:47 EST


On 1/16/26 6:44 PM, Greg KH wrote:
On Fri, Jan 16, 2026 at 11:00:52AM +0530, Khushal Chitturi wrote:
/* (1) RTS_Threshold is compared to the MPDU, not MSDU. */
- /* (2) If there are more than one frag in this MSDU, only the first frag uses protection frame. */
+ /* (2) If there are more than one frag in this MSDU,
+ * only the first frag uses protection frame.
+ */

Break a sentance on the line length, not the ',' character.

Otherwise, you get odd looking lines like this one:

Thanks for pointing that out, I'll fix it in v4.

--
Regards,
Khushal