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:
74d2950
)
fm10k: correct typo in fm10k_pf.c
author
Ngai-Mint Kwan
<
[email protected]
>
Wed, 24 Jan 2018 22:22:18 +0000
(14:22 -0800)
committer
Jeff Kirsher
<
[email protected]
>
Wed, 24 Jan 2018 22:22:18 +0000
(14:22 -0800)
Signed-off-by: Ngai-Mint Kwan <
[email protected]
>
Tested-by: Krishneil Singh <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/fm10k/fm10k_pf.c
b/drivers/net/ethernet/intel/fm10k/fm10k_pf.c
index 425d814aed4d51e030f9ec126c9f9c3e6d40a5af..d6406fc31ffb58a75350e6e4a10ea2d6fb338e5c 100644
(file)
--- a/
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
+++ b/
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
@@
-866,7
+866,7
@@
static s32 fm10k_iov_assign_default_mac_vlan_pf(struct fm10k_hw *hw,
/* Determine correct default VLAN ID. The FM10K_VLAN_OVERRIDE bit is
* used here to indicate to the VF that it will not have privilege to
* write VLAN_TABLE. All policy is enforced on the PF but this allows
- * the VF to correctly report errors to userspace r
qe
uests.
+ * the VF to correctly report errors to userspace r
eq
uests.
*/
if (vf_info->pf_vid)
vf_vid = vf_info->pf_vid | FM10K_VLAN_OVERRIDE;