Skip to content

Commit

Permalink
ext4: aligned '*' in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiang Jian authored and Theodore Ts'o committed Aug 3, 2022
1 parent 442ec1e commit c64a929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/xattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c64a929

Please sign in to comment.