net/irda: remove trailing space in messages
Includes a minor consistency improvement between two related debug messages. Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Samuel Ortiz <samuel@sortiz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a570f095ea
commit
19299b34b4
@@ -1742,7 +1742,7 @@ static int vlsi_irda_suspend(struct pci_dev *pdev, pm_message_t state)
|
||||
vlsi_irda_dev_t *idev;
|
||||
|
||||
if (!ndev) {
|
||||
IRDA_ERROR("%s - %s: no netdevice \n",
|
||||
IRDA_ERROR("%s - %s: no netdevice\n",
|
||||
__func__, pci_name(pdev));
|
||||
return 0;
|
||||
}
|
||||
@@ -1781,7 +1781,7 @@ static int vlsi_irda_resume(struct pci_dev *pdev)
|
||||
vlsi_irda_dev_t *idev;
|
||||
|
||||
if (!ndev) {
|
||||
IRDA_ERROR("%s - %s: no netdevice \n",
|
||||
IRDA_ERROR("%s - %s: no netdevice\n",
|
||||
__func__, pci_name(pdev));
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user