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

Commit c160692e authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

nfp: remove unnecessary static



There is no reason for those local variables to be static.

Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5b161096
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;