mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-11 19:20:48 -04: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:
committed by
David S. Miller
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)
|
||||
{
|
||||
static struct dentry *queues, *tx, *rx;
|
||||
struct dentry *queues, *tx, *rx;
|
||||
char int_name[16];
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user