projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612176a
)
Documentation: filesystems: caching/operations: drop doubled word
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 3 Jul 2020 21:43:17 +0000
(14:43 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Sun, 5 Jul 2020 20:44:29 +0000
(14:44 -0600)
Drop the doubled word "be".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: David Howells <dhowells@redhat.com>
Cc: linux-cachefs@redhat.com
Link:
https://lore.kernel.org/r/20200703214325.31036-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/caching/operations.rst
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/caching/operations.rst
b/Documentation/filesystems/caching/operations.rst
index f7ddcc028939187533311772da44132399e11114..9983e1675447e48f1425e17e2348910a6fd2f4a9 100644
(file)
--- 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.