diff options
| author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 15:38:13 -0800 | 
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-10 23:20:13 -0800 | 
| commit | cca5172a7ec10dfdb0b787cd8e9d5b0b8f179793 (patch) | |
| tree | 1b9e86cf95ab5e1e2b3180ebe59be2a05ebbe1bf /net/sunrpc/sysctl.c | |
| parent | d808ad9ab8b1109239027c248c4652503b9d3029 (diff) | |
| download | olio-linux-3.10-cca5172a7ec10dfdb0b787cd8e9d5b0b8f179793.tar.xz olio-linux-3.10-cca5172a7ec10dfdb0b787cd8e9d5b0b8f179793.zip  | |
[NET] SUNRPC: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc/sysctl.c')
| -rw-r--r-- | net/sunrpc/sysctl.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/net/sunrpc/sysctl.c b/net/sunrpc/sysctl.c index 82b27528d0c..47d8df2b5eb 100644 --- a/net/sunrpc/sysctl.c +++ b/net/sunrpc/sysctl.c @@ -42,7 +42,7 @@ rpc_register_sysctl(void)  			sunrpc_table[0].de->owner = THIS_MODULE;  #endif  	} -			 +  }  void @@ -126,7 +126,7 @@ static ctl_table debug_table[] = {  		.maxlen		= sizeof(int),  		.mode		= 0644,  		.proc_handler	= &proc_dodebug -	},  +	},  	{  		.ctl_name	= CTL_NFSDEBUG,  		.procname	= "nfs_debug", @@ -134,7 +134,7 @@ static ctl_table debug_table[] = {  		.maxlen		= sizeof(int),  		.mode		= 0644,  		.proc_handler	= &proc_dodebug -	},  +	},  	{  		.ctl_name	= CTL_NFSDDEBUG,  		.procname	= "nfsd_debug", @@ -142,7 +142,7 @@ static ctl_table debug_table[] = {  		.maxlen		= sizeof(int),  		.mode		= 0644,  		.proc_handler	= &proc_dodebug -	},  +	},  	{  		.ctl_name	= CTL_NLMDEBUG,  		.procname	= "nlm_debug", @@ -150,7 +150,7 @@ static ctl_table debug_table[] = {  		.maxlen		= sizeof(int),  		.mode		= 0644,  		.proc_handler	= &proc_dodebug -	},  +	},  	{ .ctl_name = 0 }  };  |