net/sfc/base: correct annotations where NULL input is OK
[dpdk.git] / drivers / net / sfc / base / ef10_impl.h
index f971063..83a8a29 100644 (file)
@@ -1012,7 +1012,7 @@ ef10_rx_qcreate(
        __in            unsigned int index,
        __in            unsigned int label,
        __in            efx_rxq_type_t type,
-       __in            const union efx_rxq_type_data_u *type_data,
+       __in_opt        const union efx_rxq_type_data_u *type_data,
        __in            efsys_mem_t *esmp,
        __in            size_t ndescs,
        __in            uint32_t id,