From: Adithya K <linux.challenge1@gmail.com>
To: forest@alittletooquiet.net, gregkh@linuxfoundation.org,
tvboxspy@gmail.com, gclement@baobob.org, joe@perches.com,
guido@vanguardiasur.com.ar, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Cc: Adithya Krishnamurthy <linux.challenge@gmail.com>,
Adithya Krishnamurthy <linux.challenge1@gmail.com>
Subject: [PATCH 1/1] [PATCH] Staging:vt6655: sparse warning fix
Date: Tue, 9 Dec 2014 20:58:31 +0530 [thread overview]
Message-ID: <1418138911-20708-1-git-send-email-linux.challenge1@gmail.com> (raw)
From: Adithya Krishnamurthy <linux.challenge@gmail.com>
Fixed sparse warning(symbol was not declared. Should it be static) fix.
Signed-off-by: Adithya Krishnamurthy <linux.challenge1@gmail.com>
---
---
drivers/staging/vt6655/device_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index 83e4162..a3f5cd8 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -1669,7 +1669,7 @@ static const struct ieee80211_ops vnt_mac_ops = {
.reset_tsf = vnt_reset_tsf,
};
-int vnt_init(struct vnt_private *priv)
+static int vnt_init(struct vnt_private *priv)
{
SET_IEEE80211_PERM_ADDR(priv->hw, priv->abyCurrentNetAddr);
--
1.9.1
next reply other threads:[~2014-12-09 15:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 15:28 Adithya K [this message]
2015-01-13 3:39 ` [PATCH 1/1] [PATCH] Staging:vt6655: sparse warning fix Greg KH
-- strict thread matches above, loose matches on Subject: below --
2014-12-08 18:03 Adithya K
2014-12-09 12:34 ` Sudip Mukherjee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418138911-20708-1-git-send-email-linux.challenge1@gmail.com \
--to=linux.challenge1@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=forest@alittletooquiet.net \
--cc=gclement@baobob.org \
--cc=gregkh@linuxfoundation.org \
--cc=guido@vanguardiasur.com.ar \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux.challenge@gmail.com \
--cc=tvboxspy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox