cxgb4: Fix typo in string
Remove the repeated ',' from string Signed-off-by: Li kunyu <kunyu@nfschina.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9c154ab47f
commit
368843301d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user