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:
2e98f76
)
staging: octeon: Fix line 80 characters in ethernet.c
author
Esra Altintas
<
[email protected]
>
Sat, 27 Sep 2014 10:49:02 +0000
(13:49 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 29 Sep 2014 03:30:54 +0000
(23:30 -0400)
The following patch fixes the checpatch.pl warning:
WARNING: line over 80 characters
Signed-off-by: Esra Altintas <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/octeon/ethernet.c
patch
|
blob
|
history
diff --git
a/drivers/staging/octeon/ethernet.c
b/drivers/staging/octeon/ethernet.c
index a014b5d687efa54cc36832a56a78ed9470207990..8f9e3fb4871d0870e2c88918214482775538511d 100644
(file)
--- a/
drivers/staging/octeon/ethernet.c
+++ b/
drivers/staging/octeon/ethernet.c
@@
-720,7
+720,8
@@
static int cvm_oct_probe(struct platform_device *pdev)
struct net_device *dev =
alloc_etherdev(sizeof(struct octeon_ethernet));
if (!dev) {
- pr_err("Failed to allocate ethernet device for port %d\n", port);
+ pr_err("Failed to allocate ethernet device for port %d\n",
+ port);
continue;
}