netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix -Wunused-but-set-variable in net/mac80211/
@ 2016-11-24  4:45 Kirtika Ruchandani
  2016-11-24  4:45 ` [PATCH 1/4] mac80211: Removed unused 'i' variable Kirtika Ruchandani
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kirtika Ruchandani @ 2016-11-24  4:45 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Arnd Bergmann, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA, Marek Kwaczynski,
	David Spinadel, Alexander Bondar, Michal Kazior

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-28 13:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 4/4] mac80211: Remove unused 'beaconint_us' variable Kirtika Ruchandani
     [not found] ` <cover.1479962513.git.kirtika-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2016-11-24  4:46   ` [PATCH 3/4] mac80211: Removed unused 'struct ieee80211_supported_band*' variable Kirtika Ruchandani
2016-11-28 13:15   ` [PATCH 0/4] Fix -Wunused-but-set-variable in net/mac80211/ Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).