mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
staging: unisys: visorinput: address checkpatch alignment issues
Fix the alignment of function parameters to the parenthesis above. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b62c535cd0
commit
8f94c5a682
@@ -630,7 +630,7 @@ visorinput_channel_interrupt(struct visor_device *dev)
|
||||
|
||||
static int
|
||||
visorinput_pause(struct visor_device *dev,
|
||||
visorbus_state_complete_func complete_func)
|
||||
visorbus_state_complete_func complete_func)
|
||||
{
|
||||
int rc;
|
||||
struct visorinput_devdata *devdata = dev_get_drvdata(&dev->device);
|
||||
@@ -656,7 +656,7 @@ visorinput_pause(struct visor_device *dev,
|
||||
|
||||
static int
|
||||
visorinput_resume(struct visor_device *dev,
|
||||
visorbus_state_complete_func complete_func)
|
||||
visorbus_state_complete_func complete_func)
|
||||
{
|
||||
int rc;
|
||||
struct visorinput_devdata *devdata = dev_get_drvdata(&dev->device);
|
||||
|
||||
Reference in New Issue
Block a user