projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-4.9-exynos9110.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d19961
)
nilfs2: replace __attribute__((packed)) with __packed
author
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Mon, 23 May 2016 23:23:23 +0000
(16:23 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 24 May 2016 00:04:14 +0000
(17:04 -0700)
This fixes the following checkpatch.pl warning:
WARNING: __packed is preferred over __attribute__((packed))
#23: FILE: export.h:23:
+} __attribute__ ((packed));
Link:
http://lkml.kernel.org/r/1461935747-10380-10-git-send-email-konishi.ryusuke@lab.ntt.co.jp
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nilfs2/export.h
patch
|
blob
|
history
diff --git
a/fs/nilfs2/export.h
b/fs/nilfs2/export.h
index
19ccbf9
..
00107fd
100644
(file)
--- a/
fs/nilfs2/export.h
+++ b/
fs/nilfs2/export.h
@@
-20,6
+20,6
@@
struct nilfs_fid {
u32 parent_gen;
u64 parent_ino;
-} __
attribute__ ((packed))
;
+} __
packed
;
#endif