mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 21:36:41 +07:00
nfp: remove unnecessary static
There is no reason for those local variables to be static. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5b161096f0
commit
c160692e86
@ -187,7 +187,7 @@ static const struct file_operations nfp_tx_q_fops = {
|
|||||||
|
|
||||||
void nfp_net_debugfs_adapter_add(struct nfp_net *nn)
|
void nfp_net_debugfs_adapter_add(struct nfp_net *nn)
|
||||||
{
|
{
|
||||||
static struct dentry *queues, *tx, *rx;
|
struct dentry *queues, *tx, *rx;
|
||||||
char int_name[16];
|
char int_name[16];
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user