mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
staging: rtl8192e: Fix whitespace around conditional statement
This patch fixes the following checkpatch.pl warnings: - WARNING: suspect code indent for conditional statements (8, 17) FILE: ./rtl8192e/rtl8192e/rtl_dm.c:1735: - WARNING: Statements should start on a tabstop FILE: ./rtl8192e/rtl8192e/rtl_dm.c:1736: Signed-off-by: Ojaswin Mujoo <ojaswin98@gmail.com> Link: https://lore.kernel.org/r/b25f07b14c7e1f0d70d54b8723f786e33ffeb77a.1620642396.git.ojaswin98@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d0cf4e2bd4
commit
f6d5d11846
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ static void _rtl92e_dm_check_edca_turbo(struct net_device *dev)
|
|||
priv->bcurrent_turbo_EDCA = true;
|
||||
}
|
||||
} else {
|
||||
if (priv->bcurrent_turbo_EDCA) {
|
||||
if (priv->bcurrent_turbo_EDCA) {
|
||||
u8 tmp = AC0_BE;
|
||||
|
||||
priv->rtllib->SetHwRegHandler(dev, HW_VAR_AC_PARAM,
|
||||
|
|
Loading…
Reference in a new issue