aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.h
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 14:15:31 +0800
committerTheodore Ts'o <tytso@mit.edu>2022-08-02 23:56:17 -0400
commitc64a92992e6c1799f743999e1f1538fea0156aa4 (patch)
tree17cb0532e37ee75c0fa495b943360a8caf4ae3e1 /fs/ext4/xattr.h
parentDocumentation: ext4: fix cell spacing of table heading on blockmap table (diff)
downloadlinux-dev-c64a92992e6c1799f743999e1f1538fea0156aa4.tar.xz
linux-dev-c64a92992e6c1799f743999e1f1538fea0156aa4.zip
ext4: aligned '*' in comments
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>
Diffstat (limited to '')
-rw-r--r--fs/ext4/xattr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/xattr.h b/fs/ext4/xattr.h
index f885f362add4..e29101168733 100644
--- 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)