diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2018-05-08 18:14:57 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-06-15 21:10:01 +0000 |
| commit | 5fb94e9ca333f0fe1d96de06704a79942b3832c3 (patch) | |
| tree | c7577c1ee04f2301299a10b42e32b3a6063fe6a6 /drivers/lightnvm/pblk-rb.c | |
| parent | docs: fix broken references with multiple hints (diff) | |
| download | kernel-5fb94e9ca333f0fe1d96de06704a79942b3832c3.tar.gz kernel-5fb94e9ca333f0fe1d96de06704a79942b3832c3.zip | |
docs: Fix some broken references
As we move stuff around, some doc references are broken. Fix some of
them via this script:
./scripts/documentation-file-ref-check --fix
Manually checked if the produced result is valid, removing a few
false-positives.
Acked-by: Takashi Iwai <[email protected]>
Acked-by: Masami Hiramatsu <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Acked-by: Mathieu Poirier <[email protected]>
Reviewed-by: Coly Li <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'drivers/lightnvm/pblk-rb.c')
| -rw-r--r-- | drivers/lightnvm/pblk-rb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lightnvm/pblk-rb.c b/drivers/lightnvm/pblk-rb.c index 00cd1f20a196..55e9442a99e2 100644 --- a/drivers/lightnvm/pblk-rb.c +++ b/drivers/lightnvm/pblk-rb.c @@ -38,7 +38,7 @@ void pblk_rb_data_free(struct pblk_rb *rb) /* * Initialize ring buffer. The data and metadata buffers must be previously * allocated and their size must be a power of two - * (Documentation/circular-buffers.txt) + * (Documentation/core-api/circular-buffers.rst) */ int pblk_rb_init(struct pblk_rb *rb, struct pblk_rb_entry *rb_entry_base, unsigned int power_size, unsigned int power_seg_sz) |
