diff options
| author | Ethan Carter Edwards <ethan@ethancedwards.com> | 2026-04-19 03:42:30 +0300 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2026-04-20 10:40:32 +0300 |
| commit | ae974ca6f0f3138a835d0ed38bedc87dec85b3b2 (patch) | |
| tree | 1555da258b7d7ad02ae32119863322851011e5f6 | |
| parent | 7746e3bd4cc19b5092e00d32d676e329bfcb6900 (diff) | |
| download | linux-ae974ca6f0f3138a835d0ed38bedc87dec85b3b2.tar.xz | |
fanotify: Fix spelling mistake "enforecement" -> "enforcement"
There is a spelling mistake in a comment. Fix it.
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
Link: https://patch.msgid.link/20260418-fanotify-typo-v1-1-03ea48cb44ba@ethancedwards.com
Signed-off-by: Jan Kara <jack@suse.cz>
| -rw-r--r-- | fs/notify/fanotify/fanotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fanotify/fanotify.c b/fs/notify/fanotify/fanotify.c index bfe884d624e7..38290b9c07f7 100644 --- a/fs/notify/fanotify/fanotify.c +++ b/fs/notify/fanotify/fanotify.c @@ -457,7 +457,7 @@ static int fanotify_encode_fh(struct fanotify_fh *fh, struct inode *inode, /* * Unlike file_handle, type and len of struct fanotify_fh are u8. * Traditionally, filesystem return handle_type < 0xff, but there - * is no enforecement for that in vfs. + * is no enforcement for that in vfs. */ BUILD_BUG_ON(MAX_HANDLE_SZ > 0xff || FILEID_INVALID > 0xff); if (type <= 0 || type >= FILEID_INVALID || fh_len != dwords << 2) |
