From: Philipp Hoefflin Date: Mon, 3 Oct 2016 00:57:26 +0000 (+0200) Subject: staging: ks7010: fix checkpatch "space after #ifdef" error X-Git-Tag: v4.10-rc1~148^2~725 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3f64b35e3352f6cc70d6fc59bcd32e8e610d8a06;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c index e81e905aab64..aff3eae239ab 100644 --- a/drivers/staging/ks7010/ks_hostif.c +++ b/drivers/staging/ks7010/ks_hostif.c @@ -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;