summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAskar Safin <safinaskar@gmail.com>2025-11-20 19:51:40 +0000
committerChristian Brauner <brauner@kernel.org>2025-11-25 10:13:09 +0100
commit54ca9e913e22e364292a484783efc4fcdb6fdc51 (patch)
tree58949a46cbfbd4ae0554405d5a16ef587bdd2edc
parentbef0202fb77b9b733054838df1d3111406bd21d4 (diff)
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>
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index ff69734b9fde..e02700b4e36b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -3102,7 +3102,7 @@ static inline bool inode_wrong_type(const struct inode *inode, umode_t mode)
* file_start_write - get write access to a superblock for regular file io
* @file: the file we want to write to
*
- * This is a variant of sb_start_write() which is a noop on non-regualr file.
+ * This is a variant of sb_start_write() which is a noop on non-regular file.
* Should be matched with a call to file_end_write().
*/
static inline void file_start_write(struct file *file)