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:
f88d818
)
Staging: bcm: line over 80 characters in Bcmnet.c
author
Ebru Akagunduz
<
[email protected]
>
Mon, 7 Oct 2013 15:09:59 +0000
(18:09 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 8 Oct 2013 01:39:32 +0000
(18:39 -0700)
Fix checkpatch.pl issues with line over 80 characters in Bcmnet.c
Signed-off-by: Ebru Akagunduz <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/bcm/Bcmnet.c
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Bcmnet.c
b/drivers/staging/bcm/Bcmnet.c
index 4e470d4bb4e8f297c15ab40825f66e0ab7c9c239..a567894753aa831dab7e30f49568b4aaf006b192 100644
(file)
--- a/
drivers/staging/bcm/Bcmnet.c
+++ b/
drivers/staging/bcm/Bcmnet.c
@@
-142,7
+142,8
@@
static void bcm_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *info)
{
struct bcm_mini_adapter *Adapter = GET_BCM_ADAPTER(dev);
- struct bcm_interface_adapter *psIntfAdapter = Adapter->pvInterfaceAdapter;
+ struct bcm_interface_adapter *psIntfAdapter =
+ Adapter->pvInterfaceAdapter;
struct usb_device *udev = interface_to_usbdev(psIntfAdapter->interface);
strlcpy(info->driver, DRV_NAME, sizeof(info->driver));