aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/objcnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/objcnt.c')
-rw-r--r--net/sctp/objcnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/objcnt.c b/net/sctp/objcnt.c
index 0c28e8a55324..40e7fac96c41 100644
--- a/net/sctp/objcnt.c
+++ b/net/sctp/objcnt.c
@@ -97,7 +97,7 @@ static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v)
97{ 97{
98} 98}
99 99
100static void * sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) 100static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos)
101{ 101{
102 ++*pos; 102 ++*pos;
103 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos; 103 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos;