Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Li kunyu and committed by
David S. Miller
36884330 9c154ab4

+1 -1
+1 -1
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c
··· 85 85 86 86 if (err) { 87 87 dev_err(adap->pdev_dev, 88 - "Failed DCB Clear %s Application Priority: sel=%d, prot=%d, , err=%d\n", 88 + "Failed DCB Clear %s Application Priority: sel=%d, prot=%d, err=%d\n", 89 89 dcb_ver_array[dcb->dcb_version], app.selector, 90 90 app.protocol, -err); 91 91 break;