Re: [PATCH] net: wireless: realtek: rtlwifi: rtl8192c:Drop condition with no effect
From: Larry Finger <hidden>
Date: 2019-10-27 17:46:14
Also in:
linux-wireless, lkml
From: Larry Finger <hidden>
Date: 2019-10-27 17:46:14
Also in:
linux-wireless, lkml
On 10/27/19 1:23 AM, Saurav Girepunje wrote:
As the "else if" and "else" branch body are identical the condition has no effect. So drop the "else if" condition. Signed-off-by: Saurav Girepunje <redacted> ---
The patch is OK; however, the subject should be: rtlwifi: rtl8192c-common: Drop ... We do not use the directory tree in the subject. By convention, it is the driver directory and the driver name. It is common for the driver name to match that of the top-level directory, but not in this case. Thanks, Larry