Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cda3f3b authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher
Browse files

i40evf: update header comments



No code changes. Update comments to match actual function declarations.

Change-ID: Ib830d2f154ee917a104955c0914267fc98f3d2c8
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 1001dc37
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -621,7 +621,7 @@ static u32 i40evf_get_rxfh_indir_size(struct net_device *netdev)
 * i40evf_get_rxfh - get the rx flow hash indirection table
 * i40evf_get_rxfh - get the rx flow hash indirection table
 * @netdev: network interface device structure
 * @netdev: network interface device structure
 * @indir: indirection table
 * @indir: indirection table
 * @key: hash key (will be %NULL until get_rxfh_key_size is implemented)
 * @key: hash key
 *
 *
 * Reads the indirection table directly from the hardware. Always returns 0.
 * Reads the indirection table directly from the hardware. Always returns 0.
 **/
 **/
@@ -646,7 +646,7 @@ static int i40evf_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key)
 * i40evf_set_rxfh - set the rx flow hash indirection table
 * i40evf_set_rxfh - set the rx flow hash indirection table
 * @netdev: network interface device structure
 * @netdev: network interface device structure
 * @indir: indirection table
 * @indir: indirection table
 * @key: hash key (will be %NULL until get_rxfh_key_size is implemented)
 * @key: hash key
 *
 *
 * Returns -EINVAL if the table specifies an inavlid queue id, otherwise
 * Returns -EINVAL if the table specifies an inavlid queue id, otherwise
 * returns 0 after programming the table.
 * returns 0 after programming the table.