提交 c160692e 编写于 作者: J Jakub Kicinski 提交者: David S. Miller

nfp: remove unnecessary static

There is no reason for those local variables to be static.
Signed-off-by: NJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5b161096
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册