Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fs: attr: fix comment formatting and spelling issues

Fix minor comment issues in fs/attr.c reported by checkpatch:
- Wrap long comment lines to comply with the 75-character limit
- Correct spelling of “overriden” to “overridden”

No functional changes.

Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com>
Link: https://patch.msgid.link/20260403092709.83458-1-chelsyratnawat2001@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Chelsy Ratnawat and committed by
Christian Brauner
4639f1cf 1f1651d6

+3 -3
+3 -3
fs/attr.c
··· 46 46 EXPORT_SYMBOL(setattr_should_drop_sgid); 47 47 48 48 /** 49 - * setattr_should_drop_suidgid - determine whether the set{g,u}id bit needs to 50 - * be dropped 49 + * setattr_should_drop_suidgid - determine whether the set{g,u}id bit 50 + * needs to be dropped 51 51 * @idmap: idmap of the mount @inode was found from 52 52 * @inode: inode to check 53 53 * ··· 165 165 unsigned int ia_valid = attr->ia_valid; 166 166 167 167 /* 168 - * First check size constraints. These can't be overriden using 168 + * First check size constraints. These can't be overridden using 169 169 * ATTR_FORCE. 170 170 */ 171 171 if (ia_valid & ATTR_SIZE) {