diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2021-03-14 14:39:07 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-03-22 13:31:19 +0100 |
commit | ae360f41b1263887ada64d9a708e12c1f52f91b9 (patch) | |
tree | caaf2aa3f6335c223adbd1d76651ae779ff0b5ea /drivers/infiniband/hw/hfi1/sdma.c | |
parent | RDMA/mlx5: Add missing returned error check of mlx5_ib_dereg_mr (diff) | |
download | linux-ae360f41b1263887ada64d9a708e12c1f52f91b9.tar.xz linux-ae360f41b1263887ada64d9a708e12c1f52f91b9.zip |
RDMA: Fix kernel-doc compilation warnings
This patch fixes bunch of kernel-doc compilation warnings like below:
drivers/infiniband/hw/i40iw/i40iw_cm.c:4372: warning: expecting prototype for i40iw_ifdown_notify(). Prototype was for i40iw_if_notify() instead
Link: https://lore.kernel.org/r/20210314133908.291945-2-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/sdma.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/sdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/sdma.c b/drivers/infiniband/hw/hfi1/sdma.c index 46b5290b2839..1fcc6e9666e0 100644 --- a/drivers/infiniband/hw/hfi1/sdma.c +++ b/drivers/infiniband/hw/hfi1/sdma.c @@ -1285,7 +1285,7 @@ bail: } /** - * sdma_clean() Clean up allocated memory + * sdma_clean - Clean up allocated memory * @dd: struct hfi1_devdata * @num_engines: num sdma engines * |