projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62c535
)
staging: unisys: visorinput: address checkpatch alignment issues
author
Tim Sell
<
[email protected]
>
Fri, 16 Oct 2015 14:06:46 +0000
(10:06 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 17 Oct 2015 05:59:36 +0000
(22:59 -0700)
Fix the alignment of function parameters to the parenthesis above.
Signed-off-by: Tim Sell <
[email protected]
>
Signed-off-by: Benjamin Romer <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/unisys/visorinput/visorinput.c
patch
|
blob
|
history
diff --git
a/drivers/staging/unisys/visorinput/visorinput.c
b/drivers/staging/unisys/visorinput/visorinput.c
index 058ee91c2671efb2948d17fad187492261c33cd6..5f28c3d9ecfa739c2ae58cee8e697c97c59cb889 100644
(file)
--- a/
drivers/staging/unisys/visorinput/visorinput.c
+++ b/
drivers/staging/unisys/visorinput/visorinput.c
@@
-630,7
+630,7
@@
out_locked:
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
@@
out:
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);