mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
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 <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240902141202.308632-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
e88ed59432
commit
57bada8a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ zalon_probe(struct parisc_device *dev)
|
|||
return -ENODEV;
|
||||
|
||||
if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
|
||||
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n ",
|
||||
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n",
|
||||
dev->irq);
|
||||
goto fail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue