On Tue, Dec 01, 2020 at 01:08:55PM +0100, Mauro Carvalho Chehab wrote: > Some functions have different names between their prototypes > and the kernel-doc markup. > > Others need to be fixed, as kernel-doc markups should use this format: > identifier - description > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > --- > drivers/infiniband/core/cm.c | 5 +++-- > drivers/infiniband/core/cq.c | 4 ++-- > drivers/infiniband/core/iwpm_util.h | 2 +- > drivers/infiniband/core/sa_query.c | 3 ++- > drivers/infiniband/core/verbs.c | 4 ++-- > drivers/infiniband/sw/rdmavt/ah.c | 2 +- > drivers/infiniband/sw/rdmavt/mcast.c | 12 ++++++------ > drivers/infiniband/sw/rdmavt/qp.c | 8 ++++---- > drivers/infiniband/ulp/iser/iscsi_iser.c | 2 +- > drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h | 2 +- > .../infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c | 2 +- > drivers/infiniband/ulp/srpt/ib_srpt.h | 2 +- > include/rdma/ib_verbs.h | 11 +++++++++++ > 13 files changed, 36 insertions(+), 23 deletions(-) I've taken this to the RDMA tree, thanks Jason