diff options
| author | Akhil Raj <[email protected]> | 2022-08-27 14:53:59 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2022-09-27 19:21:43 +0000 |
| commit | d2bef8e1037cc69695c6b146bb05ce053450e0de (patch) | |
| tree | fc8ce03016e6b4102111bff92fadb8073648ef0f /Documentation/filesystems/caching/backend-api.rst | |
| parent | docs/conf.py: Respect env variable SPHINX_IMGMATH (diff) | |
| download | kernel-d2bef8e1037cc69695c6b146bb05ce053450e0de.tar.gz kernel-d2bef8e1037cc69695c6b146bb05ce053450e0de.zip | |
Remove duplicate words inside documentation
I have removed repeated `the` inside the documentation
Signed-off-by: Akhil Raj <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'Documentation/filesystems/caching/backend-api.rst')
| -rw-r--r-- | Documentation/filesystems/caching/backend-api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/backend-api.rst b/Documentation/filesystems/caching/backend-api.rst index d7507becf674..3a199fc50828 100644 --- a/Documentation/filesystems/caching/backend-api.rst +++ b/Documentation/filesystems/caching/backend-api.rst @@ -122,7 +122,7 @@ volumes, calling:: to tell fscache that a volume has been withdrawn. This waits for all outstanding accesses on the volume to complete before returning. -When the the cache is completely withdrawn, fscache should be notified by +When the cache is completely withdrawn, fscache should be notified by calling:: void fscache_relinquish_cache(struct fscache_cache *cache); |
