From: Philipp Hoefflin
Date: Mon, 3 Oct 2016 00:57:26 +0000 (+0200)
Subject: staging: ks7010: fix checkpatch "space after #ifdef" error
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3f64b35e3352f6cc70d6fc59bcd32e8e610d8a06;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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;