Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd917652 authored by Tapasweni Pathak's avatar Tapasweni Pathak Committed by Greg Kroah-Hartman
Browse files

staging: lustre: include: linux: libcfs: use __packed instead of __attribute__((packed))



This patch fixes checpatch.pl warning in libcfs_debug.h file.
WARNING: __packed is preferred over __attribute__((packed))

Signed-off-by: default avatarTapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f7b33ff4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ struct ptldebug_header {
	__u32 ph_pid;
	__u32 ph_pid;
	__u32 ph_extern_pid;
	__u32 ph_extern_pid;
	__u32 ph_line_num;
	__u32 ph_line_num;
} __attribute__((packed));
} __packed;


#define PH_FLAG_FIRST_RECORD 1
#define PH_FLAG_FIRST_RECORD 1