]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: include: linux: libcfs: use __packed instead of __attribute__((packed))
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Mon, 29 Sep 2014 10:31:14 +0000 (16:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:52:14 +0000 (09:52 -0700)
This patch fixes checpatch.pl warning in libcfs_debug.h file.
WARNING: __packed is preferred over __attribute__((packed))

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h

index aa9222cbc7cccd0744c4957299a24789078c1edc..8888b2756174e1775f4485c6d89b3637679a1267 100644 (file)
@@ -80,7 +80,7 @@ struct ptldebug_header {
        __u32 ph_pid;
        __u32 ph_extern_pid;
        __u32 ph_line_num;
-} __attribute__((packed));
+} __packed;
 
 #define PH_FLAG_FIRST_RECORD 1