[PATCH] Documentation: Fix simple typo on filesystems/porting.rst

cem@kernel.org posted 1 patch 1 year, 1 month ago
Documentation/filesystems/porting.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: Fix simple typo on filesystems/porting.rst
Posted by cem@kernel.org 1 year, 1 month ago
From: Carlos Maiolino <cmaiolino@redhat.com>

Just spotted this while reading the doc.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.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 92bffcc6747a..2d08fd4a2280 100644
--- a/Documentation/filesystems/porting.rst
+++ b/Documentation/filesystems/porting.rst
@@ -313,7 +313,7 @@ done.
 
 **mandatory**
 
-block truncatation on error exit from ->write_begin, and ->direct_IO
+block truncation on error exit from ->write_begin, and ->direct_IO
 moved from generic methods (block_write_begin, cont_write_begin,
 nobh_write_begin, blockdev_direct_IO*) to callers.  Take a look at
 ext2_write_failed and callers for an example.
-- 
2.47.1
Re: [PATCH] Documentation: Fix simple typo on filesystems/porting.rst
Posted by Jonathan Corbet 1 year, 1 month ago
cem@kernel.org writes:

> From: Carlos Maiolino <cmaiolino@redhat.com>
>
> Just spotted this while reading the doc.
>
> Signed-off-by: Carlos Maiolino <cmaiolino@redhat.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 92bffcc6747a..2d08fd4a2280 100644
> --- a/Documentation/filesystems/porting.rst
> +++ b/Documentation/filesystems/porting.rst
> @@ -313,7 +313,7 @@ done.
>  
>  **mandatory**
>  
> -block truncatation on error exit from ->write_begin, and ->direct_IO
> +block truncation on error exit from ->write_begin, and ->direct_IO
>  moved from generic methods (block_write_begin, cont_write_begin,

I dunno ... "truncatation" has kind of a nice sound to it ... :)

Applied, thanks.

jon