Commit ed476752 authored by Wei Tang's avatar Wei Tang Committed by Trond Myklebust
Browse files

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: default avatarWei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent f4848303
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include "nfs4idmap.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 struct ctl_table_header *nfs4_callback_sysctl_table;