From: Kirtika Ruchandani <kirtika.ruchandani@gmail.com>
To: Johannes Berg <johannes.berg@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
Marek Kwaczynski <marek.kwaczynski@tieto.com>,
David Spinadel <david.spinadel@intel.com>,
Alexander Bondar <alexander.bondar@intel.com>,
Michal Kazior <michal.kazior@tieto.com>
Subject: [PATCH 0/4] Fix -Wunused-but-set-variable in net/mac80211/
Date: Wed, 23 Nov 2016 20:45:23 -0800 [thread overview]
Message-ID: <cover.1479962513.git.kirtika@chromium.org> (raw)
This patchset is part of the effort led by Arnd Bergmann to clean up
warnings in the kernel. This and following patchsets will focus on
"-Wunused-but-set-variable" as it among the noisier ones. These were
found compiling with W=1.
Kirtika Ruchandani (4):
mac80211: Removed unused 'i' variable
mac80211: Remove unused 'len' variable
mac80211: Removed unused 'struct ieee80211_supported_band*' variable
mac80211: Remove unused 'beaconint_us' variable
net/mac80211/chan.c | 4 +---
net/mac80211/mlme.c | 4 ----
net/mac80211/scan.c | 8 +++-----
net/mac80211/vht.c | 4 ----
4 files changed, 4 insertions(+), 16 deletions(-)
--
2.8.0.rc3.226.g39d4020
WARNING: multiple messages have this Message-ID (diff)
From: Kirtika Ruchandani <kirtika.ruchandani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Johannes Berg <johannes.berg-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Marek Kwaczynski
<marek.kwaczynski-++hxYGjEMp0AvxtiuMwx3w@public.gmane.org>,
David Spinadel
<david.spinadel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Alexander Bondar
<alexander.bondar-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Michal Kazior
<michal.kazior-++hxYGjEMp0AvxtiuMwx3w@public.gmane.org>
Subject: [PATCH 0/4] Fix -Wunused-but-set-variable in net/mac80211/
Date: Wed, 23 Nov 2016 20:45:23 -0800 [thread overview]
Message-ID: <cover.1479962513.git.kirtika@chromium.org> (raw)
This patchset is part of the effort led by Arnd Bergmann to clean up
warnings in the kernel. This and following patchsets will focus on
"-Wunused-but-set-variable" as it among the noisier ones. These were
found compiling with W=1.
Kirtika Ruchandani (4):
mac80211: Removed unused 'i' variable
mac80211: Remove unused 'len' variable
mac80211: Removed unused 'struct ieee80211_supported_band*' variable
mac80211: Remove unused 'beaconint_us' variable
net/mac80211/chan.c | 4 +---
net/mac80211/mlme.c | 4 ----
net/mac80211/scan.c | 8 +++-----
net/mac80211/vht.c | 4 ----
4 files changed, 4 insertions(+), 16 deletions(-)
--
2.8.0.rc3.226.g39d4020
next reply other threads:[~2016-11-24 4:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-24 4:45 Kirtika Ruchandani [this message]
2016-11-24 4:45 ` [PATCH 0/4] Fix -Wunused-but-set-variable in net/mac80211/ Kirtika Ruchandani
2016-11-24 4:45 ` [PATCH 1/4] mac80211: Removed unused 'i' variable Kirtika Ruchandani
2016-11-24 4:45 ` [PATCH 2/4] mac80211: Remove unused 'len' variable Kirtika Ruchandani
2016-11-24 4:46 ` [PATCH 3/4] mac80211: Removed unused 'struct ieee80211_supported_band*' variable Kirtika Ruchandani
2016-11-24 4:46 ` Kirtika Ruchandani
2016-11-24 4:46 ` [PATCH 4/4] mac80211: Remove unused 'beaconint_us' variable Kirtika Ruchandani
2016-11-28 13:15 ` [PATCH 0/4] Fix -Wunused-but-set-variable in net/mac80211/ Johannes Berg
2016-11-28 13:15 ` Johannes Berg
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=cover.1479962513.git.kirtika@chromium.org \
--to=kirtika.ruchandani@gmail.com \
--cc=alexander.bondar@intel.com \
--cc=arnd@arndb.de \
--cc=david.spinadel@intel.com \
--cc=johannes.berg@intel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=marek.kwaczynski@tieto.com \
--cc=michal.kazior@tieto.com \
--cc=netdev@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.