mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 05:09:17 -04:00
Staging: rtl8192e: Fix parenthesis alignment
Fix parenthesis alingment in rtl92e_leisure_ps_enter to silence the following checkpatch.pl warning: CHECK: Alignment should match open parenthesis Signed-off-by: Gabriel Maciel Raad <ffunctor@gmail.com> Link: https://lore.kernel.org/r/20240823000838.8207-2-ffunctor@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2b05e9c6be
commit
4626eb9ad8
@@ -204,7 +204,7 @@ void rtl92e_leisure_ps_enter(struct net_device *dev)
|
||||
&priv->rtllib->pwr_save_ctrl;
|
||||
|
||||
if (!((priv->rtllib->iw_mode == IW_MODE_INFRA) &&
|
||||
(priv->rtllib->link_state == MAC80211_LINKED)))
|
||||
(priv->rtllib->link_state == MAC80211_LINKED)))
|
||||
return;
|
||||
|
||||
if (psc->bLeisurePs) {
|
||||
|
||||
Reference in New Issue
Block a user