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:
a3524e9
)
i40evf: add missing kernel-doc argument
author
Jean Sacren
<
[email protected]
>
Tue, 13 Oct 2015 07:06:27 +0000
(
01:06
-0600)
committer
Jeff Kirsher
<
[email protected]
>
Fri, 23 Oct 2015 12:25:14 +0000
(
05:25
-0700)
@flush has been missing since the inception of i40evf_irq_enable(). Add
it for the kernel doc.
Signed-off-by: Jean Sacren <
[email protected]
>
Tested-by: Andrew Bowers <
[email protected]
>
Acked-by: Jesse Brandeburg <
[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 76cd1ae2686a52c787bf7fa3b5c553c330cace0e..f358366efe0018d0cafdf66f982a07ca6cc2f5cb 100644
(file)
--- a/
drivers/net/ethernet/intel/i40evf/i40evf_main.c
+++ b/
drivers/net/ethernet/intel/i40evf/i40evf_main.c
@@
-282,6
+282,7
@@
static void i40evf_fire_sw_int(struct i40evf_adapter *adapter, u32 mask)
/**
* i40evf_irq_enable - Enable default interrupt generation settings
* @adapter: board private structure
+ * @flush: boolean value whether to run rd32()
**/
void i40evf_irq_enable(struct i40evf_adapter *adapter, bool flush)
{