drivers/net: Convert remaining uses of pr_warning to pr_warn
Use the much more common pr_warn instead of pr_warning. Other miscellanea: o Typo fixes submiting/submitting o Coalesce formats o Realign arguments o Add missing terminating '\n' to formats Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
46cfd725c3
commit
fe3881cf7e
@@ -4962,7 +4962,7 @@ static int cas_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
pci_cmd |= PCI_COMMAND_PARITY;
|
||||
pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
|
||||
if (pci_try_set_mwi(pdev))
|
||||
pr_warning("Could not enable MWI for %s\n", pci_name(pdev));
|
||||
pr_warn("Could not enable MWI for %s\n", pci_name(pdev));
|
||||
|
||||
cas_program_bridge(pdev);
|
||||
|
||||
|
Reference in New Issue
Block a user