All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Romer <benjamin.romer@unisys.com>
To: gregkh@linuxfoundation.org
Cc: jkc@redhat.com, driverdev-devel@linuxdriverproject.org,
	sparmaintainer@unisys.com,
	Benjamin Romer <benjamin.romer@unisys.com>
Subject: [PATCH 00/14] staging: unisys: common headers cleanup
Date: Tue, 5 Aug 2014 14:57:44 -0400	[thread overview]
Message-ID: <1407265078-21691-1-git-send-email-benjamin.romer@unisys.com> (raw)

This patch series removes unused macros, replaces redundant macros, fixes
spacing and other formatting issues, and eliminates checkpatch warnings from
the header files in the include and common-spar directories, other than
volatile and new typedef warnings.

The volatile warnings will be addressed in a future patchset. The remaining
typedefs in the headers are all for enumerations or structures specific to
s-Par. 

Benjamin Romer (14):
  staging: unisys: get rid of unused VMMIO types
  staging: unisys: fix formatting in timskmod.h
  staging: unisys: get rid of semaphore macros
  staging: unisys: remove unused macros from timskmod.h
  staging: unisys: get rid of uiscmpxchg64
  staging: unisys: fix whitespace in uisutils.h
  staging: unisys: fix line lengths in controlvmcompletionstatus.h
  staging: unisys: fix spacing in iovmcall_gnuc.h
  staging: unisys: clean up vmcall functions
  staging: unisys: fix spacing in vbusdeviceinfo.h
  staging: unisys: remove do{} while(0) in macros in channel.h
  staging: unisys: fix spacing in channel.h
  staging: unisys: clean up comments in controlvmchannel.h message
    packet
  staging: unisys: fix macros in iochannel.h

 .../unisys/common-spar/include/channels/channel.h  | 14 +++---
 .../include/channels/controlvmchannel.h            | 41 +++++++++++-----
 .../common-spar/include/channels/iochannel.h       | 18 ++++----
 .../include/controlvmcompletionstatus.h            | 16 ++++---
 .../unisys/common-spar/include/iovmcall_gnuc.h     | 30 ++++++------
 .../unisys/common-spar/include/vbusdeviceinfo.h    |  1 +
 drivers/staging/unisys/include/timskmod.h          | 54 +---------------------
 drivers/staging/unisys/include/uisqueue.h          | 15 ------
 drivers/staging/unisys/include/uisutils.h          |  2 +
 drivers/staging/unisys/uislib/uislib.c             | 16 +++----
 drivers/staging/unisys/uislib/uisqueue.c           |  6 +--
 .../unisys/visorchipset/visorchipset_main.c        | 16 +++----
 12 files changed, 91 insertions(+), 138 deletions(-)

-- 
1.9.1

             reply	other threads:[~2014-08-05 18:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05 18:57 Benjamin Romer [this message]
2014-08-05 18:57 ` [PATCH 01/14] staging: unisys: get rid of unused VMMIO types Benjamin Romer
2014-08-05 18:57 ` [PATCH 02/14] staging: unisys: fix formatting in timskmod.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 03/14] staging: unisys: get rid of semaphore macros Benjamin Romer
2014-08-05 18:57 ` [PATCH 04/14] staging: unisys: remove unused macros from timskmod.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 05/14] staging: unisys: get rid of uiscmpxchg64 Benjamin Romer
2014-08-05 18:57 ` [PATCH 06/14] staging: unisys: fix whitespace in uisutils.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 07/14] staging: unisys: fix line lengths in controlvmcompletionstatus.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 08/14] staging: unisys: fix spacing in iovmcall_gnuc.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 09/14] staging: unisys: clean up vmcall functions Benjamin Romer
2014-08-05 18:57 ` [PATCH 10/14] staging: unisys: fix spacing in vbusdeviceinfo.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 11/14] staging: unisys: remove do{} while(0) in macros in channel.h Benjamin Romer
2014-08-06  8:18   ` Dan Carpenter
2014-08-06 13:08     ` Romer, Benjamin M
2014-08-06 13:22       ` Dan Carpenter
2014-08-05 18:57 ` [PATCH 12/14] staging: unisys: fix spacing " Benjamin Romer
2014-08-05 18:57 ` [PATCH 13/14] staging: unisys: clean up comments in controlvmchannel.h message packet Benjamin Romer
2014-08-05 18:57 ` [PATCH 14/14] staging: unisys: fix macros in iochannel.h Benjamin Romer
2014-08-06  8:24   ` Dan Carpenter

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=1407265078-21691-1-git-send-email-benjamin.romer@unisys.com \
    --to=benjamin.romer@unisys.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkc@redhat.com \
    --cc=sparmaintainer@unisys.com \
    /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.