netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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

             reply	other threads:[~2016-11-24  4:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24  4:45 Kirtika Ruchandani [this message]
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
     [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
2016-11-24  4:46 ` [PATCH 4/4] mac80211: Remove unused 'beaconint_us' variable Kirtika Ruchandani

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-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=alexander.bondar-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=david.spinadel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=johannes.berg-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=marek.kwaczynski-++hxYGjEMp0AvxtiuMwx3w@public.gmane.org \
    --cc=michal.kazior-++hxYGjEMp0AvxtiuMwx3w@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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).