From: Randy Dunlap Date: Fri, 3 Jul 2020 21:43:17 +0000 (-0700) Subject: Documentation: filesystems: caching/operations: drop doubled word X-Git-Tag: v5.9-rc1~150^2~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11166459ed08509d735db84fe02f125fef1b0dd7;p=thirdparty%2Fkernel%2Flinux.git Documentation: filesystems: caching/operations: drop doubled word Drop the doubled word "be". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: David Howells Cc: linux-cachefs@redhat.com Link: https://lore.kernel.org/r/20200703214325.31036-3-rdunlap@infradead.org Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/caching/operations.rst b/Documentation/filesystems/caching/operations.rst index f7ddcc0289391..9983e1675447e 100644 --- a/Documentation/filesystems/caching/operations.rst +++ b/Documentation/filesystems/caching/operations.rst @@ -27,7 +27,7 @@ data storage and retrieval routines. Its operations are represented by fscache_operation structs, though these are usually embedded into some other structure. -This facility is available to and expected to be be used by the cache backends, +This facility is available to and expected to be used by the cache backends, and FS-Cache will create operations and pass them off to the appropriate cache backend for completion.