[PATCH v12 13/26] Documentation: add ULP DDP offload documentation

Aurelien Aptel aaptel at nvidia.com
Mon Jul 17 02:48:55 PDT 2023


Simon Horman <simon.horman at corigine.com> writes:
> 'make htmldocs' seems a little unhappy about this for some reason:
>
>   .../ulp-ddp-offload.rst:74: WARNING: Unparseable C cross-reference: 'struct ulp_ddp_dev_ops'
>   Invalid C declaration: Expected identifier in nested name, got keyword: struct [error at 6]
>      struct ulp_ddp_dev_ops
>      ------^

I've fixed all the warnings by turning

    :c:type:`struct foo`

into

    :c:type:`struct foo <foo>`

Thanks



More information about the Linux-nvme mailing list