projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442ec1e
)
ext4: aligned '*' in comments
author
Jiang Jian
<jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 06:15:31 +0000
(14:15 +0800)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 3 Aug 2022 03:56:17 +0000
(23:56 -0400)
The '*' in the comment is not aligned.
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220621061531.19669-1-jiangjian@cdjrlc.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.h
patch
|
blob
|
history
diff --git
a/fs/ext4/xattr.h
b/fs/ext4/xattr.h
index f885f362add4af8f3f044e07ccb285e91f70c0ba..e29101168733905c2f51a4953ae484ed21b8db20 100644
(file)
--- a/
fs/ext4/xattr.h
+++ b/
fs/ext4/xattr.h
@@
-84,7
+84,7
@@
struct ext4_xattr_entry {
/*
* The minimum size of EA value when you start storing it in an external inode
* size of block - size of header - size of 1 entry - 4 null bytes
-*/
+
*/
#define EXT4_XATTR_MIN_LARGE_EA_SIZE(b) \
((b) - EXT4_XATTR_LEN(3) - sizeof(struct ext4_xattr_header) - 4)