Skip to content

Commit 54ca9e9

Browse files
Askar Safinbrauner
authored andcommitted
include/linux/fs.h: trivial fix: regualr -> regular
Trivial fix. Signed-off-by: Askar Safin <safinaskar@gmail.com> Link: https://patch.msgid.link/20251120195140.571608-1-safinaskar@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent bef0202 commit 54ca9e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@ static inline bool inode_wrong_type(const struct inode *inode, umode_t mode)
31023102
* file_start_write - get write access to a superblock for regular file io
31033103
* @file: the file we want to write to
31043104
*
3105-
* This is a variant of sb_start_write() which is a noop on non-regualr file.
3105+
* This is a variant of sb_start_write() which is a noop on non-regular file.
31063106
* Should be matched with a call to file_end_write().
31073107
*/
31083108
static inline void file_start_write(struct file *file)

0 commit comments

Comments
 (0)