Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>

authored by

Wei Tang and committed by
Trond Myklebust
ed476752 f4848303

+1 -1
+1 -1
fs/nfs/nfs4sysctl.c
··· 12 12 #include "nfs4idmap.h" 13 13 #include "callback.h" 14 14 15 - static const int nfs_set_port_min = 0; 15 + static const int nfs_set_port_min; 16 16 static const int nfs_set_port_max = 65535; 17 17 static struct ctl_table_header *nfs4_callback_sysctl_table; 18 18