diff options
author | Bart Van Assche <bart.vanassche@wdc.com> | 2018-03-08 03:56:03 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-03-13 23:21:14 +0300 |
commit | 8932ff803d72804316ea85fe6705e0867f827d65 (patch) | |
tree | 1a71650a1cd67f293e56640a74424f0b52b5edb7 /drivers/infiniband/hw/hfi1/qp.c | |
parent | 2ea32cd6c783637127086bcedefccc07266f4651 (diff) | |
download | linux-8932ff803d72804316ea85fe6705e0867f827d65.tar.xz |
IB/hfi1: Fix a kernel-doc warning
Avoid that building with W=1 causes the following warning to appear:
drivers/infiniband/hw/hfi1/qp.c:484: warning: Cannot understand * on line 484 - I thought it was a doc line
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Mike Marciniszyn <mike.marciniszyn@intel.com>
Cc: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/qp.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/qp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/qp.c b/drivers/infiniband/hw/hfi1/qp.c index d30dd1a5b0a6..1697d96151bd 100644 --- a/drivers/infiniband/hw/hfi1/qp.c +++ b/drivers/infiniband/hw/hfi1/qp.c @@ -481,7 +481,6 @@ static void iowait_sdma_drained(struct iowait *wait) } /** - * * qp_to_sdma_engine - map a qp to a send engine * @qp: the QP * @sc5: the 5 bit sc |