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:
4443463
)
i40evf: fix bad indentation
author
Mitch Williams
<
[email protected]
>
Tue, 7 Apr 2015 23:45:30 +0000
(19:45 -0400)
committer
Jeff Kirsher
<
[email protected]
>
Wed, 15 Apr 2015 00:05:40 +0000
(17:05 -0700)
Not sure how this slipped through. Cosmetic change only.
Signed-off-by: Mitch Williams <
[email protected]
>
Tested-by: Jim Young <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40evf/i40evf_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40evf/i40evf_main.c
b/drivers/net/ethernet/intel/i40evf/i40evf_main.c
index 6d5f3b21c68a9939fa33f1c8ea7bd59948c22741..a31bfd188e1a23946574a04718884ae7f4a8e666 100644
(file)
--- a/
drivers/net/ethernet/intel/i40evf/i40evf_main.c
+++ b/
drivers/net/ethernet/intel/i40evf/i40evf_main.c
@@
-2029,7
+2029,7
@@
static void i40evf_init_task(struct work_struct *work)
if (err) {
dev_err(&pdev->dev, "Failed to set MAC type (%d)\n",
err);
- goto err;
+
goto err;
}
err = i40evf_check_reset_complete(hw);
if (err) {