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:
ec4c667
)
staging/ft1000: fix minor coding style problem
author
Devendra Naga
<
[email protected]
>
Sun, 1 Jul 2012 18:01:35 +0000
(23:31 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 6 Jul 2012 23:21:54 +0000
(16:21 -0700)
this following warn is fixed up
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c:1754:
ERROR: open brace '{' following function declarations go on the next line
Signed-off-by: Devendra Naga <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
patch
|
blob
|
history
diff --git
a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
index c1f4f13bf4859a548f3a868c4d2aefed61ffb11e..31929ef5332d3141c9559a53c744d3e5947b5314 100644
(file)
--- a/
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
+++ b/
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
@@
-1751,8
+1751,8
@@
out:
return status;
}
-int ft1000_poll(void* dev_id)
{
-
+int ft1000_poll(void* dev_id)
+{
struct ft1000_device *dev = (struct ft1000_device *)dev_id;
struct ft1000_info *info = netdev_priv(dev->net);