linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix simple typo on filesystems/porting.rst
@ 2024-12-13 15:17 cem
  2024-12-13 15:36 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: cem @ 2024-12-13 15:17 UTC (permalink / raw)
  To: linux-doc; +Cc: cem, corbet, linux-kernel

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


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

* Re: [PATCH] Documentation: Fix simple typo on filesystems/porting.rst
  2024-12-13 15:17 [PATCH] Documentation: Fix simple typo on filesystems/porting.rst cem
@ 2024-12-13 15:36 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2024-12-13 15:36 UTC (permalink / raw)
  To: cem, linux-doc; +Cc: cem, linux-kernel

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

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

end of thread, other threads:[~2024-12-13 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 15:17 [PATCH] Documentation: Fix simple typo on filesystems/porting.rst cem
2024-12-13 15:36 ` 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).