Linux Documentation
 help / color / mirror / Atom feed
* [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

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