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:
5e6731c
)
Staging: most: fix style issue in aim-cdev/cdev.c
author
Gavin Thomas Claugus
<
[email protected]
>
Tue, 13 Oct 2015 21:44:40 +0000
(17:44 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 17 Oct 2015 06:08:39 +0000
(23:08 -0700)
Fix 80+ character line in cdev.c to stop checkpatch from whining.
Signed-off-by: Gavin Thomas Claugus <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/most/aim-cdev/cdev.c
patch
|
blob
|
history
diff --git
a/drivers/staging/most/aim-cdev/cdev.c
b/drivers/staging/most/aim-cdev/cdev.c
index 930ada0922f32015b95c46c19194be1bc19c1197..16be88e2b454b32f833ffb8026faf489354848bd 100644
(file)
--- a/
drivers/staging/most/aim-cdev/cdev.c
+++ b/
drivers/staging/most/aim-cdev/cdev.c
@@
-99,7
+99,8
@@
static int aim_open(struct inode *inode, struct file *filp)
return -EBUSY;
}
- ret = most_start_channel(channel->iface, channel->channel_id, &cdev_aim);
+ ret = most_start_channel(channel->iface, channel->channel_id,
+ &cdev_aim);
if (ret)
atomic_dec(&channel->access_ref);
return ret;