mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
i40e: fix kernel-doc argument name
The second argument name in the kernel-doc argument list for i40e_features_check() was slightly off. Fix it for the kernel doc. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
52e9689e4e
commit
2bc11c634e
1 changed files with 1 additions and 1 deletions
|
@ -8542,7 +8542,7 @@ static int i40e_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
|
|||
/**
|
||||
* i40e_features_check - Validate encapsulated packet conforms to limits
|
||||
* @skb: skb buff
|
||||
* @netdev: This physical port's netdev
|
||||
* @dev: This physical port's netdev
|
||||
* @features: Offload features that the stack believes apply
|
||||
**/
|
||||
static netdev_features_t i40e_features_check(struct sk_buff *skb,
|
||||
|
|
Loading…
Reference in a new issue