[PATCH] include/linux/fs.h: trivial fix: regualr -> regular

Askar Safin posted 1 patch 1 week, 4 days ago
include/linux/fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] include/linux/fs.h: trivial fix: regualr -> regular
Posted by Askar Safin 1 week, 4 days ago
Trivial fix.

Signed-off-by: Askar Safin <safinaskar@gmail.com>
---
 include/linux/fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index dd3b57cfa..247e37090 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -3103,7 +3103,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)

base-commit: fd95357fd8c6778ac7dea6c57a19b8b182b6e91f
-- 
2.47.3
Re: [PATCH] include/linux/fs.h: trivial fix: regualr -> regular
Posted by Christian Brauner 6 days, 16 hours ago
On Thu, 20 Nov 2025 19:51:40 +0000, Askar Safin wrote:
> Trivial fix.
> 
> 

Applied to the vfs-6.19.misc branch of the vfs/vfs.git tree.
Patches in the vfs-6.19.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.19.misc

[1/1] include/linux/fs.h: trivial fix: regualr -> regular
      https://git.kernel.org/vfs/vfs/c/54ca9e913e22