diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-04 17:41:45 +0530 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2026-09-07 10:08:51 +0200 |
| commit | 3b79adcf0716a8d534c7719d0eeb7b84c6405d57 (patch) | |
| tree | 4314103d095067866270c5dc3c29299f84d5de51 | |
| parent | bc35965f6940a9bf834d54187b6088b8eb09206d (diff) | |
| download | linux-next-3b79adcf0716a8d534c7719d0eeb7b84c6405d57.tar.gz linux-next-3b79adcf0716a8d534c7719d0eeb7b84c6405d57.zip | |
fsnotify: fix typo "anonynous" in comment
Correct "anonynous" to "anonymous", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt. Only touches comments, no
code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Link: https://patch.msgid.link/20260904121146.22419-1-hemanth.selam@gmail.com
Signed-off-by: Jan Kara <jack@suse.cz>
| -rw-r--r-- | fs/notify/fanotify/fanotify_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c index a32c6634d592..63c9759fc3b0 100644 --- a/fs/notify/fanotify/fanotify_user.c +++ b/fs/notify/fanotify/fanotify_user.c @@ -1837,7 +1837,7 @@ static int fanotify_events_supported(struct fsnotify_group *group, /* * mount and sb marks are not allowed on kernel internal pseudo fs, * like pipe_mnt, because that would subscribe to events on all the - * anonynous pipes in the system. + * anonymous pipes in the system. * * SB_NOUSER covers all of the internal pseudo fs whose objects are not * exposed to user's mount namespace, but there are other SB_KERNMOUNT |
