mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-06 06:43:13 -04:00
staging: ks7010: fix checkpatch "space after #ifdef" error
Fix checkpatch "ERROR: exactly one space required after that #ifdef" error in ks_hostif.c. Signed-off-by: Philipp Hoefflin <p.hoefflin@posteo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0157403e8a
commit
3f64b35e33
@@ -766,7 +766,7 @@ void hostif_sleep_confirm(struct ks_wlan_private *priv)
|
||||
static
|
||||
void hostif_start_confirm(struct ks_wlan_private *priv)
|
||||
{
|
||||
#ifdef WPS
|
||||
#ifdef WPS
|
||||
union iwreq_data wrqu;
|
||||
wrqu.data.length = 0;
|
||||
wrqu.data.flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user