Message ID | 20250122143456.68867-3-bagasdotme@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Tree-wide nreferenced footnotes fixes | expand |
On Wed, Jan 22, 2025 at 09:34:55PM +0700, Bagas Sanjaya wrote: > Sphinx reports unreferenced footnote warning pointing to ubd-control > message by Stefan Hajnoczi [1]: > > Documentation/block/ublk.rst:336: WARNING: Footnote [#] is not referenced. [ref.footnote] > > Drop the footnote to squash above warning. > > Cc: Stefan Hajnoczi <stefanha@redhat.com> > Fixes: 7a3d2225f1ae ("Documentation: document ublk") The commit that introduced the unreferenced footnote was: Fixes: 4093cb5a0634 ("ublk_drv: add mechanism for supporting unprivileged ublk device") Other than that: Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> > Link: https://lore.kernel.org/linux-block/YoOr6jBfgVm8GvWg@stefanha-x1.localdomain/ [1] > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> > --- > Documentation/block/ublk.rst | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/block/ublk.rst b/Documentation/block/ublk.rst > index 51665a3e6a50cd..1e0e7358e14a96 100644 > --- a/Documentation/block/ublk.rst > +++ b/Documentation/block/ublk.rst > @@ -333,6 +333,4 @@ References > > .. [#userspace_readme] https://github.com/ming1/ubdsrv/blob/master/README > > -.. [#stefan] https://lore.kernel.org/linux-block/YoOr6jBfgVm8GvWg@stefanha-x1.localdomain/ > - > .. [#xiaoguang] https://lore.kernel.org/linux-block/YoOr6jBfgVm8GvWg@stefanha-x1.localdomain/ > -- > An old man doll... just what I always wanted! - Clara >
diff --git a/Documentation/block/ublk.rst b/Documentation/block/ublk.rst index 51665a3e6a50cd..1e0e7358e14a96 100644 --- a/Documentation/block/ublk.rst +++ b/Documentation/block/ublk.rst @@ -333,6 +333,4 @@ References .. [#userspace_readme] https://github.com/ming1/ubdsrv/blob/master/README -.. [#stefan] https://lore.kernel.org/linux-block/YoOr6jBfgVm8GvWg@stefanha-x1.localdomain/ - .. [#xiaoguang] https://lore.kernel.org/linux-block/YoOr6jBfgVm8GvWg@stefanha-x1.localdomain/
Sphinx reports unreferenced footnote warning pointing to ubd-control message by Stefan Hajnoczi [1]: Documentation/block/ublk.rst:336: WARNING: Footnote [#] is not referenced. [ref.footnote] Drop the footnote to squash above warning. Cc: Stefan Hajnoczi <stefanha@redhat.com> Fixes: 7a3d2225f1ae ("Documentation: document ublk") Link: https://lore.kernel.org/linux-block/YoOr6jBfgVm8GvWg@stefanha-x1.localdomain/ [1] Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- Documentation/block/ublk.rst | 2 -- 1 file changed, 2 deletions(-)