Re: [PATCH] net: wireless: realtek: rtlwifi: rtl8192c:Drop condition with no effect
From: Larry Finger
Date: Sun Oct 27 2019 - 13:46:13 EST
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 <saurav.girepunje@xxxxxxxxx>
---
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