summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
diff options
context:
space:
mode:
authorLuo bin <luobin9@huawei.com>2020-09-21 10:31:03 +0300
committerDavid S. Miller <davem@davemloft.net>2020-09-23 23:20:29 +0300
commitb1b6c110511db61b6fa6945b73b3f5fb4ff29f0b (patch)
treeb9048707faa2daba4cfa6d48fdb0fad84a9a3bd4 /drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
parent6d772f328d6ad3e4fb64385784571be4be25e63d (diff)
downloadlinux-b1b6c110511db61b6fa6945b73b3f5fb4ff29f0b.tar.xz
hinic: improve the comments of function header
Fix the warnings about function header comments when building hinic driver with "W=1" option. Signed-off-by: Luo bin <luobin9@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c')
-rw-r--r--drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c b/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
index e0eb294779ec..5a6bbee819cd 100644
--- a/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
+++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
@@ -784,7 +784,7 @@ static void free_cmdq(struct hinic_cmdq *cmdq)
* init_cmdqs_ctxt - write the cmdq ctxt to HW after init all cmdq
* @hwdev: the NIC HW device
* @cmdqs: cmdqs to write the ctxts for
- * &db_area: db_area for all the cmdqs
+ * @db_area: db_area for all the cmdqs
*
* Return 0 - Success, negative - Failure
**/