linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: debugfs: fix spelling of "failure"
@ 2025-02-20 17:19 Suchit Karunakaran
  2025-03-04 16:40 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Suchit Karunakaran @ 2025-02-20 17:19 UTC (permalink / raw)
  To: corbet, linux-doc
  Cc: linux-kernel, skhan, linux-kernel-mentees, Suchit Karunakaran

Fix a typo in debugfs documentation where "failure" was misspelled 
as "failuer".

Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
---
 Documentation/filesystems/debugfs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/debugfs.rst b/Documentation/filesystems/debugfs.rst
index f7f977ffbf8d..610f718ef8b5 100644
--- a/Documentation/filesystems/debugfs.rst
+++ b/Documentation/filesystems/debugfs.rst
@@ -220,7 +220,7 @@ There are a couple of other directory-oriented helper functions::
 
 A call to debugfs_change_name() will give a new name to an existing debugfs
 file, always in the same directory.  The new_name must not exist prior
-to the call; the return value is 0 on success and -E... on failuer.
+to the call; the return value is 0 on success and -E... on failure.
 Symbolic links can be created with debugfs_create_symlink().
 
 There is one important thing that all debugfs users must take into account:
-- 
2.48.1


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

* Re: [PATCH] docs: debugfs: fix spelling of "failure"
  2025-02-20 17:19 [PATCH] docs: debugfs: fix spelling of "failure" Suchit Karunakaran
@ 2025-03-04 16:40 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-03-04 16:40 UTC (permalink / raw)
  To: Suchit Karunakaran, linux-doc
  Cc: linux-kernel, skhan, linux-kernel-mentees, Suchit Karunakaran

Suchit Karunakaran <suchitkarunakaran@gmail.com> writes:

> Fix a typo in debugfs documentation where "failure" was misspelled 
> as "failuer".
>
> Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
> ---
>  Documentation/filesystems/debugfs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/filesystems/debugfs.rst b/Documentation/filesystems/debugfs.rst
> index f7f977ffbf8d..610f718ef8b5 100644
> --- a/Documentation/filesystems/debugfs.rst
> +++ b/Documentation/filesystems/debugfs.rst
> @@ -220,7 +220,7 @@ There are a couple of other directory-oriented helper functions::
>  
>  A call to debugfs_change_name() will give a new name to an existing debugfs
>  file, always in the same directory.  The new_name must not exist prior
> -to the call; the return value is 0 on success and -E... on failuer.
> +to the call; the return value is 0 on success and -E... on failure.
>  Symbolic links can be created with debugfs_create_symlink().

This was already fixed (along with several other similar mistakes) in
early February.

Thanks,

jon

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

end of thread, other threads:[~2025-03-04 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 17:19 [PATCH] docs: debugfs: fix spelling of "failure" Suchit Karunakaran
2025-03-04 16:40 ` Jonathan Corbet

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).