mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
2ea32cd6c7
commit
8932ff803d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue