forked from Minki/linux
staging: gasket: gasket_interuppt.c: Fix string split issue.
Remove string " across the line. Issue found by checkpatch.pl semantic patch results for rtw_ap.c Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ce2439ec83
commit
f21cf46014
@ -97,8 +97,7 @@ static void gasket_interrupt_setup(struct gasket_dev *gasket_dev)
|
||||
* modify-write and shift based on the packing index.
|
||||
*/
|
||||
dev_dbg(gasket_dev->dev,
|
||||
"Setting up interrupt index %d with index 0x%llx and "
|
||||
"packing %d\n",
|
||||
"Setting up interrupt index %d with index 0x%llx and packing %d\n",
|
||||
interrupt_data->interrupts[i].index,
|
||||
interrupt_data->interrupts[i].reg,
|
||||
interrupt_data->interrupts[i].packing);
|
||||
@ -120,8 +119,7 @@ static void gasket_interrupt_setup(struct gasket_dev *gasket_dev)
|
||||
break;
|
||||
default:
|
||||
dev_dbg(gasket_dev->dev,
|
||||
"Found interrupt description with "
|
||||
"unknown enum %d\n",
|
||||
"Found interrupt description with unknown enum %d\n",
|
||||
interrupt_data->interrupts[i].packing);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user