[PATCH 02/10] Documentation: filesystems: caching/operations: drop doubled word
Randy Dunlap <[email protected]>
| Newsgroups | org.kernel.vger.autofs,org.kernel.vger.linux-doc,org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-unionfs |
|---|---|
| Message-ID | <[email protected]> |
Drop the doubled word "be". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: David Howells <[email protected]> Cc: [email protected] --- Documentation/filesystems/caching/operations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/filesystems/caching/operations.rst +++ linux-next-20200701/Documentation/filesystems/caching/operations.rst @@ -27,7 +27,7 @@ data storage and retrieval routines. It 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.