[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1406739075-5194-1-git-send-email-fernando.apesteguia@gmail.com>
Date: Wed, 30 Jul 2014 18:51:15 +0200
From: fernando.apesteguia@...il.com
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Fernando Apesteguia <fernando.apesteguia@...il.com>
Subject: [PATCH] Staging: vt6655: staticfy variable
From: Fernando Apesteguia <fernando.apesteguia@...il.com>
Add static to variable.
Signed-off-by: Fernando Apesteguia <fernando.apesteguia@...il.com>
---
drivers/staging/vt6655/ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/ioctl.c b/drivers/staging/vt6655/ioctl.c
index 65e5933..cc6e47b 100644
--- a/drivers/staging/vt6655/ioctl.c
+++ b/drivers/staging/vt6655/ioctl.c
@@ -41,7 +41,7 @@
static int msglevel = MSG_LEVEL_INFO;
#ifdef WPA_SM_Transtatus
-SWPAResult wpa_Result;
+static SWPAResult wpa_Result;
#endif
int private_ioctl(PSDevice pDevice, struct ifreq *rq)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists