All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/14] staging: unisys: cleanup series
@ 2016-02-08 15:41 Benjamin Romer
  2016-02-08 15:41 ` [PATCH v3 01/14] staging: unisys: Fix guestlinuxdebug.h comments Benjamin Romer
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Benjamin Romer @ 2016-02-08 15:41 UTC (permalink / raw)
  To: gregkh; +Cc: sparmaintainer, driverdev-devel, Benjamin Romer

This patch series cleans up all of the remaining checkpatch.pl issues in
the Unisys driver tree. The changes made were:

- The entire patch series has been rebased.
- A patch making parenthesis alignment changes to visornic_main.c was
  dropped from the series, because the original code was acceptable as is.
- Two patches were modified to move a fix to a NULL comparison into the
  correct patch.

Benjamin Romer (1):
  staging: unisys: remove unnecessary goto

Erik Arfvidson (13):
  staging: unisys: Fix guestlinuxdebug.h comments
  staging: unisys: fix comments for controlvmchannel.h
  staging: unisys: Fix NULL comparison vbusdeviceinfo.h
  staging: unisys: fix trailing comment in vbusdeviceinfo.h
  staging: unisys: fix comments in visorchipset
  staging: unisys: fix spacing in visorchipset.c
  staging: unisys: fix comparison to NULL in visorchipset.c
  staging: unisys: fix blank lines in visorchipset.c
  staging: unisys: fix spaces after cast visorchipset.c
  staging: unisys: fix comments in visorbus_main.c
  staging: unisys: fix block comments in ultrainputreport.h
  staging: unisys: fix comments in visornic_main.c
  staging: unisys: fix else statement in visornic_main.c

 drivers/staging/unisys/include/guestlinuxdebug.h   |  13 +-
 drivers/staging/unisys/visorbus/controlvmchannel.h | 237 +++++++++++----------
 drivers/staging/unisys/visorbus/vbusdeviceinfo.h   |   7 +-
 drivers/staging/unisys/visorbus/visorbus_main.c    |   6 +-
 drivers/staging/unisys/visorbus/visorchipset.c     |  50 ++---
 .../staging/unisys/visorinput/ultrainputreport.h   |  45 ++--
 drivers/staging/unisys/visornic/visornic_main.c    |  20 +-
 7 files changed, 197 insertions(+), 181 deletions(-)

-- 
2.5.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2016-02-10  5:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 15:41 [PATCH v3 00/14] staging: unisys: cleanup series Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 01/14] staging: unisys: Fix guestlinuxdebug.h comments Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 02/14] staging: unisys: fix comments for controlvmchannel.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 03/14] staging: unisys: Fix NULL comparison vbusdeviceinfo.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 04/14] staging: unisys: fix trailing comment in vbusdeviceinfo.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 05/14] staging: unisys: fix comments in visorchipset Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 06/14] staging: unisys: fix spacing in visorchipset.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 07/14] staging: unisys: fix comparison to NULL " Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 08/14] staging: unisys: fix blank lines " Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 09/14] staging: unisys: fix spaces after cast visorchipset.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 10/14] staging: unisys: fix comments in visorbus_main.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 11/14] staging: unisys: fix block comments in ultrainputreport.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 12/14] staging: unisys: fix comments in visornic_main.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 13/14] staging: unisys: fix else statement " Benjamin Romer
2016-02-08 17:09   ` Sudip Mukherjee
2016-02-09 15:16     ` Ben Romer
2016-02-10  5:36       ` Sudip Mukherjee
2016-02-08 15:41 ` [PATCH v3 14/14] staging: unisys: remove unnecessary goto Benjamin Romer

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.