This patch series addresses most of the checkpatch.pl warnings and checks generated when run with the --strict option, in the include directory for the Unisys drivers. Most of the issues were handled, with the exception of CamelCase members of shared structs. These will be addressed in subsequent patches. Benjamin Romer (9): staging: unisys: clean up periodic_work.c and periodic_work.h staging: unisys: clean up timskmod.h staging: unisys: remove timskmodutils.h staging: unisys: clean up uisqueue.h staging: unisys: remove blank lines from uisthread.h staging: unisys: clean up uisutils.h staging: unisys: clean up uniklog.h staging: unisys: cleanup vbushelper.h staging: unisys: clean up guestlinuxdebug.h drivers/staging/unisys/channels/chanstub.c | 2 +- drivers/staging/unisys/include/guestlinuxdebug.h | 10 +- drivers/staging/unisys/include/periodic_work.h | 25 ++-- drivers/staging/unisys/include/timskmod.h | 93 +------------ drivers/staging/unisys/include/timskmodutils.h | 77 ---------- drivers/staging/unisys/include/uisqueue.h | 58 ++++---- drivers/staging/unisys/include/uisthread.h | 3 - drivers/staging/unisys/include/uisutils.h | 147 +++++++++---------- drivers/staging/unisys/include/uniklog.h | 2 - drivers/staging/unisys/include/vbushelper.h | 24 ++-- drivers/staging/unisys/uislib/uislib.c | 38 ++--- drivers/staging/unisys/uislib/uisqueue.c | 8 +- drivers/staging/unisys/uislib/uisutils.c | 118 ++++++++-------- drivers/staging/unisys/virthba/virthba.c | 16 +-- drivers/staging/unisys/virtpci/virtpci.c | 14 +- drivers/staging/unisys/visorchipset/file.c | 4 +- .../unisys/visorchipset/visorchipset_main.c | 10 +- drivers/staging/unisys/visorutil/periodic_work.c | 155 ++++++++++----------- drivers/staging/unisys/visorutil/visorkmodutils.c | 40 ------ 19 files changed, 311 insertions(+), 533 deletions(-) delete mode 100644 drivers/staging/unisys/include/timskmodutils.h -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel