提交 ed476752 编写于 作者: W Wei Tang 提交者: Trond Myklebust

nfs: do not initialise statics to 0

This patch fixes the checkpatch.pl error to nfs4sysctl.c:

ERROR: do not initialise statics to 0
Signed-off-by: NWei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 f4848303
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "nfs4idmap.h" #include "nfs4idmap.h"
#include "callback.h" #include "callback.h"
static const int nfs_set_port_min = 0; static const int nfs_set_port_min;
static const int nfs_set_port_max = 65535; static const int nfs_set_port_max = 65535;
static struct ctl_table_header *nfs4_callback_sysctl_table; static struct ctl_table_header *nfs4_callback_sysctl_table;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册