diff options
author | Weilong Chen <chenweilong@huawei.com> | 2013-12-23 20:43:46 -0500 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2014-01-02 01:48:48 -0500 |
commit | 9b7a787d0da7db3127f6e04f8f8159632da50a36 (patch) | |
tree | 427accc0c9da12031fc5ed286eca2e0a3d2dc9c9 /net/xfrm/xfrm_proc.c | |
parent | 852ad5e631967ae2203cb08c5b6b42c26011ed63 (diff) |
xfrm: checkpatch errors with space
This patch cleanup some space errors.
Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/xfrm/xfrm_proc.c')
-rw-r--r-- | net/xfrm/xfrm_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_proc.c b/net/xfrm/xfrm_proc.c index 80cd1e55b834..fc5abd0b456f 100644 --- a/net/xfrm/xfrm_proc.c +++ b/net/xfrm/xfrm_proc.c | |||
@@ -52,7 +52,7 @@ static int xfrm_statistics_seq_show(struct seq_file *seq, void *v) | |||
52 | { | 52 | { |
53 | struct net *net = seq->private; | 53 | struct net *net = seq->private; |
54 | int i; | 54 | int i; |
55 | for (i=0; xfrm_mib_list[i].name; i++) | 55 | for (i = 0; xfrm_mib_list[i].name; i++) |
56 | seq_printf(seq, "%-24s\t%lu\n", xfrm_mib_list[i].name, | 56 | seq_printf(seq, "%-24s\t%lu\n", xfrm_mib_list[i].name, |
57 | snmp_fold_field((void __percpu **) | 57 | snmp_fold_field((void __percpu **) |
58 | net->mib.xfrm_statistics, | 58 | net->mib.xfrm_statistics, |