Skip to content

Commit

Permalink
cxgb4: Fix typo in string
Browse files Browse the repository at this point in the history
Remove the repeated ',' from string

Signed-off-by: Li kunyu <kunyu@nfschina.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Li kunyu authored and David S. Miller committed Jul 1, 2022
1 parent 9c154ab commit 3688433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static void cxgb4_dcb_cleanup_apps(struct net_device *dev)

if (err) {
dev_err(adap->pdev_dev,
"Failed DCB Clear %s Application Priority: sel=%d, prot=%d, , err=%d\n",
"Failed DCB Clear %s Application Priority: sel=%d, prot=%d, err=%d\n",
dcb_ver_array[dcb->dcb_version], app.selector,
app.protocol, -err);
break;
Expand Down

0 comments on commit 3688433

Please sign in to comment.