This patchset attempts to fix the following issues catched by checkpatch:
trailing semicolons in macros
use of __attribute__(format(printf,...)) where __printf(...) would suffice
use of __attribute__(aligned(size)) where __aligned(size) would suffice
use of __attribute__(packed) where __packed would suffice

Mario J. Rugiero (4):
  staging/lustre: checkpatch cleanup: macros should not use a trailing
    semicolon
  staging/lustre: checkpatch cleanup: __printf(string-index,
    first-to-check) is preferred over __attribute__((format(printf,
    string-index, first-to-check)))
  staging/lustre: checkpatch cleanup: __aligned(size) is preferred over
    __attribute__((aligned(size)))
  staging/lustre: checkpatch cleanup: __packed is preferred over
    __attribute__((packed))

 .../lustre/include/linux/libcfs/libcfs_debug.h     |  6 +--
 .../include/linux/libcfs/libcfs_kernelcomm.h       |  4 +-
 .../lustre/include/linux/libcfs/libcfs_private.h   |  4 +-
 .../staging/lustre/include/linux/lnet/lib-types.h  |  2 +-
 .../staging/lustre/lustre/include/lprocfs_status.h |  6 +--
 drivers/staging/lustre/lustre/include/lu_object.h  |  2 +-
 .../lustre/lustre/include/lustre/lustre_idl.h      | 44 +++++++++++-----------
 .../lustre/lustre/include/lustre/lustre_user.h     | 14 +++----
 drivers/staging/lustre/lustre/include/lustre_dlm.h |  2 +-
 drivers/staging/lustre/lustre/include/lustre_net.h |  2 +-
 10 files changed, 43 insertions(+), 43 deletions(-)

-- 
2.3.2

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

Reply via email to