All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Greg Kroah-Hartman <gregkh@suse.de>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] staging: Remove unnecessary semicolons
Date: Sun, 10 Apr 2011 14:31:31 -0700	[thread overview]
Message-ID: <cover.1302470807.git.joe@perches.com> (raw)

Joe Perches (4):
  staging: Remove unnecessary semicolons when if (foo) {...};
  staging: Remove unnecessary semicolons when while (foo) {...};
  staging: Remove unnecessary semicolons when for (foo) {...};
  staging: Remove unnecessary semicolons when switch (foo) {...};

 drivers/staging/ath6kl/os/linux/ar6000_drv.c       |    6 +-
 drivers/staging/comedi/drivers/adl_pci9118.c       |    4 +-
 drivers/staging/comedi/drivers/cb_pcidda.c         |    2 +-
 drivers/staging/comedi/drivers/cb_pcimdas.c        |    2 +-
 drivers/staging/comedi/drivers/ni_660x.c           |    2 +-
 drivers/staging/comedi/drivers/ni_mio_common.c     |    6 +-
 drivers/staging/comedi/drivers/ni_tio.c            |    6 +-
 drivers/staging/comedi/drivers/pcl724.c            |    2 +-
 drivers/staging/comedi/drivers/pcl818.c            |    2 +-
 drivers/staging/comedi/drivers/pcm3724.c           |    2 +-
 drivers/staging/crystalhd/crystalhd_misc.c         |    4 +-
 drivers/staging/cx25821/cx25821-video.c            |    2 +-
 drivers/staging/hv/hv_util.c                       |    2 +-
 drivers/staging/iio/accel/lis3l02dq_core.c         |    2 +-
 drivers/staging/iio/addac/adt7316.c                |    6 +-
 drivers/staging/intel_sst/intel_sst_pvt.c          |    2 +-
 drivers/staging/lirc/lirc_serial.c                 |    2 +-
 drivers/staging/rtl8712/rtl8712_recv.c             |    2 +-
 drivers/staging/vt6655/bssdb.c                     |    8 ++--
 drivers/staging/vt6655/device_main.c               |   14 +++---
 drivers/staging/vt6655/dpc.c                       |   10 ++--
 drivers/staging/vt6655/ioctl.c                     |   44 +++++++++---------
 drivers/staging/vt6655/power.c                     |    2 +-
 drivers/staging/vt6655/rxtx.c                      |    4 +-
 drivers/staging/vt6655/wcmd.c                      |   14 +++---
 drivers/staging/vt6655/wmgr.c                      |   46 +++++++++---------
 drivers/staging/vt6655/wpactl.c                    |   10 ++--
 drivers/staging/vt6656/bssdb.c                     |    8 ++--
 drivers/staging/vt6656/dpc.c                       |   10 ++--
 drivers/staging/vt6656/ioctl.c                     |   44 +++++++++---------
 drivers/staging/vt6656/main_usb.c                  |    4 +-
 drivers/staging/vt6656/rxtx.c                      |    4 +-
 drivers/staging/vt6656/wcmd.c                      |    8 ++--
 drivers/staging/vt6656/wmgr.c                      |   48 ++++++++++----------
 drivers/staging/vt6656/wpactl.c                    |   10 ++--
 .../arch/arm/mach-omap2/cyashalomap_kernel.c       |    2 +-
 .../westbridge/astoria/block/cyasblkdev_block.c    |    2 +-
 37 files changed, 174 insertions(+), 174 deletions(-)

-- 
1.7.4.2.g597a6.dirty


             reply	other threads:[~2011-04-10 21:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-10 21:31 Joe Perches [this message]
2011-04-10 21:31 ` [PATCH 1/4] staging: Remove unnecessary semicolons when if (foo) {...}; Joe Perches
2011-04-10 21:31 ` [PATCH 2/4] staging: Remove unnecessary semicolons when while " Joe Perches
2011-04-10 21:31 ` [PATCH 3/4] staging: Remove unnecessary semicolons when for " Joe Perches
2011-04-10 21:31 ` [PATCH 4/4] staging: Remove unnecessary semicolons when switch " 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.1302470807.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 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.