提交 8f94c5a6 编写于 作者: T Tim Sell 提交者: Greg Kroah-Hartman

staging: unisys: visorinput: address checkpatch alignment issues

Fix the alignment of function parameters to the parenthesis above.
Signed-off-by: NTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b62c535c
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册