Re: [PATCH v3 5/5] staging: rtl8723bs: standardize comment style in HAL

From: Greg KH

Date: Sat Feb 07 2026 - 07:29:52 EST


On Thu, Jan 29, 2026 at 09:04:26PM +0500, Mahad Ibrahim wrote:
> @@ -39,16 +39,16 @@ static bool CheckPositive(struct dm_odm_t *pDM_Odm, const u32 Condition1, const
> if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000)))
> return false;
>
> - /* Bit Defined Check ================ */
> - /* We don't care [31:28] and [23:20] */
> - /* */
> + /* Bit Defined Check ================ */
> + /* We don't care [31:28] and [23:20] */
> + /* */

In the future, this "blank" comment line can also be removed.

thanks,

greg k-h