mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
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:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user