[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <61a6c3d7-6592-b57b-6466-995309302cc2@linux.microsoft.com>
Date: Wed, 11 Mar 2020 19:42:06 -0700
From: Lakshmi Ramasubramanian <nramas@...ux.microsoft.com>
To: Shreeya Patel <shreeya.patel23498@...il.com>,
gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, outreachy-kernel@...glegroups.com,
sbrivio@...hat.com, daniel.baluta@...il.com, hverkuil@...all.nl,
Larry.Finger@...inger.net
Subject: Re: [Outreachy kernel] [PATCH] Staging: rtl8723bs: rtw_mlme: Remove
unnecessary conditions
On 3/11/2020 6:58 AM, Shreeya Patel wrote:
> Remove unnecessary if and else conditions since both are leading to the
> initialization of "phtpriv->ampdu_enable" with the same value.
>
> Signed-off-by: Shreeya Patel <shreeya.patel23498@...il.com>
Stating this based on the patch descriptions I have seen.
Others, please advise\correct me if I am wrong.
Patch description should state the problem first[1] and then describe
how that is fixed in the given patch.
For example:
In the function rtw_update_ht_cap(), phtpriv->ampdu_enable is set to the
same value in both if and else statements.
This patch removes this unnecessary if-else statement.
[1] Documentation\process\submitting-patches.rst
2) Describe your changes
Thanks,
-lakshmi
Powered by blists - more mailing lists