public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@suse.de>, devel@driverdev.osuosl.org
Subject: [PATCH 00/13] drivers/staging: Hoist assigns from if
Date: Wed, 24 Mar 2010 22:16:54 -0700	[thread overview]
Message-ID: <cover.1269493047.git.joe@perches.com> (raw)

Used scripts/cvt_kernel.style.pl: --convert-hoist_assigns_from_if
and verified visually.

checkpatch errors ignored

Joe Perches (13):
  drivers/staging/cx25821: Hoist assign from if
  drivers/staging/dt3155: Hoist assign from if
  drivers/staging/otus/80211core: Hoist assign from if
  drivers/staging/otus: Hoist assign from if
  drivers/staging/rt2860: Hoist assign from if
  drivers/staging/rt2870: Hoist assign from if
  drivers/staging/rtl8187se: Hoist assign from if
  drivers/staging/rtl8192e: Hoist assign from if
  drivers/staging/rtl8192su: Hoist assign from if
  drivers/staging/rtl8192u: Hoist assign from if
  drivers/staging/vt6655: Hoist assign from if
  drivers/staging/vt6656: Hoist assign from if
  drivers/staging/wlags49_h2: Hoist assign from if

 drivers/staging/cx25821/cx25821-core.c             |    3 +-
 drivers/staging/dt3155/dt3155_drv.c                |   20 ++-
 drivers/staging/dt3155/dt3155_isr.c                |    3 +-
 drivers/staging/otus/80211core/cagg.c              |   34 +++--
 drivers/staging/otus/80211core/ccmd.c              |    3 +-
 drivers/staging/otus/80211core/cfunc.c             |    3 +-
 drivers/staging/otus/80211core/cic.c               |    9 +-
 drivers/staging/otus/80211core/cinit.c             |    3 +-
 drivers/staging/otus/80211core/cmm.c               |  144 +++++++++++++-------
 drivers/staging/otus/80211core/cmmap.c             |  103 +++++++++-----
 drivers/staging/otus/80211core/cmmsta.c            |  123 +++++++++++------
 drivers/staging/otus/80211core/coid.c              |    3 +-
 drivers/staging/otus/80211core/cpsmgr.c            |    3 +-
 drivers/staging/otus/80211core/ctxrx.c             |   81 +++++++----
 drivers/staging/otus/80211core/queue.c             |    5 +-
 drivers/staging/otus/80211core/ratectrl.c          |    3 +-
 drivers/staging/otus/hal/hpmain.c                  |   30 +++--
 drivers/staging/otus/usbdrv.c                      |    6 +-
 drivers/staging/otus/zdusb.c                       |    3 +-
 drivers/staging/rt2860/common/cmm_data.c           |    6 +-
 drivers/staging/rt2860/common/cmm_wpa.c            |   18 +--
 drivers/staging/rt2860/common/spectrum.c           |    7 +-
 drivers/staging/rt2860/pci_main_dev.c              |    6 +-
 drivers/staging/rt2860/rt_linux.c                  |    7 +-
 drivers/staging/rt2870/common/rtusb_bulk.c         |   15 ++-
 drivers/staging/rt2870/common/rtusb_io.c           |   10 +-
 .../rtl8187se/ieee80211/ieee80211_softmac.c        |    3 +-
 drivers/staging/rtl8187se/r8180_core.c             |    6 +-
 .../staging/rtl8192e/ieee80211/ieee80211_softmac.c |    3 +-
 drivers/staging/rtl8192e/r8192E_core.c             |    6 +-
 .../rtl8192su/ieee80211/ieee80211_softmac.c        |    3 +-
 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |    3 +-
 drivers/staging/vt6655/desc.h                      |    6 +-
 drivers/staging/vt6655/device.h                    |    6 +-
 drivers/staging/vt6655/device_main.c               |    3 +-
 drivers/staging/vt6655/iwctl.c                     |    3 +-
 drivers/staging/vt6656/main_usb.c                  |   12 +-
 drivers/staging/vt6656/usbpipe.c                   |   21 ++-
 drivers/staging/wlags49_h2/hcf.c                   |   15 ++-
 drivers/staging/wlags49_h2/wl_main.c               |    3 +-
 drivers/staging/wlags49_h2/wl_netdev.c             |   12 +-
 drivers/staging/wlags49_h2/wl_priv.c               |    9 +-
 drivers/staging/wlags49_h2/wl_sysfs.c              |    3 +-
 43 files changed, 496 insertions(+), 272 deletions(-)


             reply	other threads:[~2010-03-25  5:17 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-25  5:16 Joe Perches [this message]
2010-03-25  5:16 ` [PATCH 01/13] drivers/staging/cx25821: Hoist assign from if Joe Perches
2010-03-25  5:16 ` [PATCH 02/13] drivers/staging/dt3155: " Joe Perches
2010-04-28 18:20   ` Greg KH
2010-03-25  5:16 ` [PATCH 03/13] drivers/staging/otus/80211core: " Joe Perches
2010-03-25  5:16 ` [PATCH 04/13] drivers/staging/otus: " Joe Perches
2010-03-25  5:16 ` [PATCH 05/13] drivers/staging/rt2860: " Joe Perches
2010-03-25  5:17 ` [PATCH 06/13] drivers/staging/rt2870: " Joe Perches
2010-03-25  5:17 ` [PATCH 07/13] drivers/staging/rtl8187se: " Joe Perches
2010-04-28 18:24   ` Greg KH
2010-03-25  5:17 ` [PATCH 08/13] drivers/staging/rtl8192e: " Joe Perches
2010-04-28 18:26   ` Greg KH
2010-03-25  5:17 ` [PATCH 09/13] drivers/staging/rtl8192su: " Joe Perches
2010-04-28 18:27   ` Greg KH
2010-04-28 19:04     ` Joe Perches
2010-04-28 19:11       ` Greg KH
2010-04-28 19:20         ` Joe Perches
2010-04-28 19:41           ` Greg KH
2010-04-28 20:11             ` Joe Perches
2010-03-25  5:17 ` [PATCH 10/13] drivers/staging/rtl8192u: " Joe Perches
2010-04-28 18:27   ` Greg KH
2010-03-25  5:17 ` [PATCH 11/13] drivers/staging/vt6655: " Joe Perches
2010-04-28 18:28   ` Greg KH
2010-03-25  5:17 ` [PATCH 12/13] drivers/staging/vt6656: " Joe Perches
2010-04-28 18:29   ` Greg KH
2010-03-25  5:17 ` [PATCH 13/13] drivers/staging/wlags49_h2: " Joe Perches

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.1269493047.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox