You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] Typo fix: dot after newline in printk strings
Typo fix: dots appearing after a newline in printk strings. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
dfb7dac3af
commit
3fa63c7d82
@@ -90,7 +90,7 @@ static void i2o_report_fail_status(u8 req_status, u32 * msg)
|
||||
};
|
||||
|
||||
if (req_status == I2O_FSC_TRANSPORT_UNKNOWN_FAILURE)
|
||||
printk(KERN_DEBUG "TRANSPORT_UNKNOWN_FAILURE (%0#2x)\n.",
|
||||
printk(KERN_DEBUG "TRANSPORT_UNKNOWN_FAILURE (%0#2x).\n",
|
||||
req_status);
|
||||
else
|
||||
printk(KERN_DEBUG "TRANSPORT_%s.\n",
|
||||
|
||||
Reference in New Issue
Block a user