mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 18:42:14 -04:00
Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slicoss.c
This patch fixes the following checkpatch.pl issues in slicoss.c WARNING: unnecessary whitespace before a quoted newline in slicoss.c Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5d5b44b5f4
commit
2a27515822
@@ -1830,7 +1830,7 @@ static int slic_debug_card_show(struct seq_file *seq, void *v)
|
||||
#endif
|
||||
|
||||
seq_printf(seq, "driver_version : %s\n", slic_proc_version);
|
||||
seq_puts(seq, "Microcode versions: \n");
|
||||
seq_puts(seq, "Microcode versions:\n");
|
||||
seq_printf(seq, " Gigabit (gb) : %s %s\n",
|
||||
MOJAVE_UCODE_VERS_STRING, MOJAVE_UCODE_VERS_DATE);
|
||||
seq_printf(seq, " Gigabit Receiver : %s %s\n",
|
||||
@@ -2634,7 +2634,7 @@ static void slic_interrupt_card_up(u32 isr, struct adapter *adapter,
|
||||
}
|
||||
} else if (isr & ISR_XDROP) {
|
||||
dev_err(&dev->dev,
|
||||
"isr & ISR_ERR [%x] ISR_XDROP \n", isr);
|
||||
"isr & ISR_ERR [%x] ISR_XDROP\n", isr);
|
||||
} else {
|
||||
dev_err(&dev->dev,
|
||||
"isr & ISR_ERR [%x]\n",
|
||||
|
||||
Reference in New Issue
Block a user