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:
f3699b3
)
i40e: trivial: fix missing space
author
Jesse Brandeburg
<
[email protected]
>
Mon, 4 Jan 2016 18:33:02 +0000
(10:33 -0800)
committer
Jeff Kirsher
<
[email protected]
>
Wed, 17 Feb 2016 16:11:52 +0000
(08:11 -0800)
Missing space in comment, fixed.
Change-ID: I8cdf3ce5994b4a97dcc3eeb33422533918546667
Reported-by: Sergei Shtylyov <
[email protected]
>
Signed-off-by: Jesse Brandeburg <
[email protected]
>
Tested-by: Andrew Bowers <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40e/i40e_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40e/i40e_main.c
b/drivers/net/ethernet/intel/i40e/i40e_main.c
index 90ad7d70bc0cb0169ba98b80d5dfa4e3670c0a9f..c4ad0f159537c5d4bea6425afd37c5013c8ff26c 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_main.c
@@
-3754,7
+3754,7
@@
static int i40e_vsi_request_irq(struct i40e_vsi *vsi, char *basename)
#ifdef CONFIG_NET_POLL_CONTROLLER
/**
- * i40e_netpoll - A Polling 'interrupt'handler
+ * i40e_netpoll - A Polling 'interrupt'
handler
* @netdev: network interface device structure
*
* This is used by netconsole to send skbs without having to re-enable