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

Commit be7e1b33 authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller
Browse files

liquidio: lio_fetch_vf_stats() can be static



Fixes: 48875222 ("liquidio: Add spoof checking on a VF MAC address")
Signed-off-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6577b0f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1357,7 +1357,7 @@ octnet_nic_stats_callback(struct octeon_device *oct_dev,
	}
}

int lio_fetch_vf_stats(struct lio *lio)
static int lio_fetch_vf_stats(struct lio *lio)
{
	struct octeon_device *oct_dev = lio->oct_dev;
	struct octeon_soft_command *sc;