All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: aligned '*' in comments
@ 2022-06-21  6:15 Jiang Jian
  2022-07-22 13:58 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-21  6:15 UTC (permalink / raw)
  To: tytso; +Cc: adilger.kernel, linux-ext4, linux-kernel, jiangjian

The '*' in the comment is not aligned.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 fs/ext4/xattr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/xattr.h b/fs/ext4/xattr.h
index 77efb9a627ad..c1edfbc13efb 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)
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4: aligned '*' in comments
  2022-06-21  6:15 [PATCH] ext4: aligned '*' in comments Jiang Jian
@ 2022-07-22 13:58 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2022-07-22 13:58 UTC (permalink / raw)
  To: jiangjian; +Cc: Theodore Ts'o, linux-kernel, linux-ext4, adilger.kernel

On Tue, 21 Jun 2022 14:15:31 +0800, Jiang Jian wrote:
> The '*' in the comment is not aligned.
> 
> 

Applied, thanks!

[1/1] ext4: aligned '*' in comments
      commit: 5f2d635229947b4d1066c24b709c588afb69e393

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-22 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  6:15 [PATCH] ext4: aligned '*' in comments Jiang Jian
2022-07-22 13:58 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.