]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs: attr: fix comment formatting and spelling issues
authorChelsy Ratnawat <chelsyratnawat2001@gmail.com>
Fri, 3 Apr 2026 09:27:09 +0000 (02:27 -0700)
committerChristian Brauner <brauner@kernel.org>
Tue, 7 Apr 2026 09:26:11 +0000 (11:26 +0200)
commit4639f1cfba03e77e4fa2062cf904de63021fb746
tree86cbb96cd99948d6af7475c6d6c5b56c74852df6
parent1f1651d6dc2ac282d07043358824273c15a1cac4
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>
fs/attr.c