[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2026020713-decrease-illusive-ab4f@gregkh>
Date: Sat, 7 Feb 2026 13:29:40 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Mahad Ibrahim <mahad.ibrahim.dev@...il.com>
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 5/5] staging: rtl8723bs: standardize comment style in
HAL
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
Powered by blists - more mailing lists