Skip to content

Commit 57bada8

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: zalon: Remove trailing space after \n newline
There is a extraneous space after a newline in a dev_printk message, remove it. Also fix non-tabbed indentation of the statement. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent e88ed59 commit 57bada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/zalon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ zalon_probe(struct parisc_device *dev)
139139
return -ENODEV;
140140

141141
if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
142-
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n ",
142+
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n",
143143
dev->irq);
144144
goto fail;
145145
}

0 commit comments

Comments
 (0)