Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
staging: rtl8821ae: Fix space required before the open parenthesis '('
Browse files Browse the repository at this point in the history
Fix checkpatch.pl issues with space required before the open parenthesis
'(' error in base.c

Signed-off-by: Gulsah Kose <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
GulsahKose authored and gregkh committed Mar 18, 2014
1 parent 80dbca3 commit c8baa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8821ae/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ void rtl_easy_concurrent_retrytimer_callback(unsigned long data)
struct rtl_priv *rtlpriv = rtl_priv(hw);
struct rtl_priv *buddy_priv = rtlpriv->buddy_priv;

if(buddy_priv == NULL)
if (buddy_priv == NULL)
return;

rtlpriv->cfg->ops->dualmac_easy_concurrent(hw);
Expand Down

0 comments on commit c8baa8a

Please sign in to comment.