net: phylink: fix sphinx complaint about invalid literal
commit eb6c6f2accfdd964a3fb4944bb41a160e89acb94 from https://github.com/nxp-imx/linux-imx lf-6.1.y sphinx complains about the use of "%PHYLINK_PCS_NEG_*": Documentation/networking/kapi:144: ./include/linux/phylink.h:601: WARNING: Inline literal start-string without end-string. Documentation/networking/kapi:144: ./include/linux/phylink.h:633: WARNING: Inline literal start-string without end-string. These are not valid symbols so drop the '%' prefix. Alternatively we could use %PHYLINK_PCS_NEG_\* (escape the *) or use normal literal ``PHYLINK_PCS_NEG_*`` but there is already a handful of un-adorned DEFINE_* in this file. Fixes: f99d471a ("net: phylink: add PCS negotiation mode") Reported-by:Stephen Rothwell <sfr@canb.auug.org.au> Link: https://lore.kernel.org/all/20230626162908.2f149f98@canb.auug.org.au/ Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Reviewed-by:
Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net> (cherry picked from commit 1a961e74) Signed-off-by:
Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by:
Xiaolei Wang <xiaolei.wang@windriver.com>
Loading
Please register or sign in to comment