linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include/linux/fs.h: trivial fix: regualr -> regular
@ 2025-11-20 19:51 Askar Safin
  2025-11-25  9:13 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Askar Safin @ 2025-11-20 19:51 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner, Jan Kara, linux-fsdevel,
	linux-kernel
  Cc: patches, kernel-janitors

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] include/linux/fs.h: trivial fix: regualr -> regular
  2025-11-20 19:51 [PATCH] include/linux/fs.h: trivial fix: regualr -> regular Askar Safin
@ 2025-11-25  9:13 ` Christian Brauner
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2025-11-25  9:13 UTC (permalink / raw)
  To: Askar Safin
  Cc: Christian Brauner, patches, kernel-janitors, Alexander Viro,
	Jan Kara, linux-fsdevel, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-25  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 19:51 [PATCH] include/linux/fs.h: trivial fix: regualr -> regular Askar Safin
2025-11-25  9:13 ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).