Skip to content

Commit

Permalink
nfp: remove unnecessary static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed Apr 17, 2016
1 parent 5b16109 commit c160692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/netronome/nfp/nfp_net_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c160692

Please sign in to comment.