This patches cleans the following checkpatch issues:
trailing semicolons in macros
__attribute__(format(printf,...)) instead of __printf(...)
__attribute__(aligned(size)) instead of __aligned(size)
__attribute__(packed) instead of __packed

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