* [PATCH] docs: filesystems: porting: fix spelling of returned and instead
@ 2026-07-05 7:26 Yuhong Cheng
2026-07-05 15:30 ` Randy Dunlap
2026-07-06 13:07 ` Christian Brauner
0 siblings, 2 replies; 3+ messages in thread
From: Yuhong Cheng @ 2026-07-05 7:26 UTC (permalink / raw)
To: corbet; +Cc: linux-fsdevel, linux-doc, Yuhong Cheng
Fix the spelling of 'rreturned' and 'instread' in the LOOKUP_EXCL section.
Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
---
Documentation/filesystems/porting.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst
index d13f0a23c..e040b0ff4 100644
--- a/Documentation/filesystems/porting.rst
+++ b/Documentation/filesystems/porting.rst
@@ -1173,7 +1173,7 @@ these conditions don't require explicit checks:
- if LOOKUP_CREATE is NOT given, then the dentry won't be negative,
ERR_PTR(-ENOENT) is returned instead
- if LOOKUP_EXCL IS given, then the dentry won't be positive,
- ERR_PTR(-EEXIST) is rreturned instread
+ ERR_PTR(-EEXIST) is returned instead
LOOKUP_EXCL now means "target must not exist". It can be combined with
LOOK_CREATE or LOOKUP_RENAME_TARGET.
--
2.46.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: filesystems: porting: fix spelling of returned and instead
2026-07-05 7:26 [PATCH] docs: filesystems: porting: fix spelling of returned and instead Yuhong Cheng
@ 2026-07-05 15:30 ` Randy Dunlap
2026-07-06 13:07 ` Christian Brauner
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-07-05 15:30 UTC (permalink / raw)
To: Yuhong Cheng, corbet; +Cc: linux-fsdevel, linux-doc
On July 5, 2026 12:26:09 AM PDT, Yuhong Cheng <ceohunk@gmail.com> wrote:
>Fix the spelling of 'rreturned' and 'instread' in the LOOKUP_EXCL section.
>
>Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
>---
> Documentation/filesystems/porting.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst
>index d13f0a23c..e040b0ff4 100644
>--- a/Documentation/filesystems/porting.rst
>+++ b/Documentation/filesystems/porting.rst
>@@ -1173,7 +1173,7 @@ these conditions don't require explicit checks:
> - if LOOKUP_CREATE is NOT given, then the dentry won't be negative,
> ERR_PTR(-ENOENT) is returned instead
> - if LOOKUP_EXCL IS given, then the dentry won't be positive,
>- ERR_PTR(-EEXIST) is rreturned instread
>+ ERR_PTR(-EEXIST) is returned instead
>
> LOOKUP_EXCL now means "target must not exist". It can be combined with
> LOOK_CREATE or LOOKUP_RENAME_TARGET.
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: filesystems: porting: fix spelling of returned and instead
2026-07-05 7:26 [PATCH] docs: filesystems: porting: fix spelling of returned and instead Yuhong Cheng
2026-07-05 15:30 ` Randy Dunlap
@ 2026-07-06 13:07 ` Christian Brauner
1 sibling, 0 replies; 3+ messages in thread
From: Christian Brauner @ 2026-07-06 13:07 UTC (permalink / raw)
To: corbet, Yuhong Cheng; +Cc: linux-fsdevel, linux-doc
On Sun, 05 Jul 2026 15:26:09 +0800, Yuhong Cheng wrote:
> docs: filesystems: porting: fix spelling of returned and instead
Applied to the vfs-7.3.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.3.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-7.3.misc
[1/1] docs: filesystems: porting: fix spelling of returned and instead
https://git.kernel.org/vfs/vfs/c/b5b1c2739f73
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-06 13:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 7:26 [PATCH] docs: filesystems: porting: fix spelling of returned and instead Yuhong Cheng
2026-07-05 15:30 ` Randy Dunlap
2026-07-06 13:07 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox