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.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/sctp/objcnt.c b/net/sctp/objcnt.c
index 647396baa56f..40e7fac96c41 100644
--- a/net/sctp/objcnt.c
+++ b/net/sctp/objcnt.c
@@ -20,9 +20,8 @@
20 * See the GNU General Public License for more details. 20 * See the GNU General Public License for more details.
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with GNU CC; see the file COPYING. If not, write to 23 * along with GNU CC; see the file COPYING. If not, see
24 * the Free Software Foundation, 59 Temple Place - Suite 330, 24 * <http://www.gnu.org/licenses/>.
25 * Boston, MA 02111-1307, USA.
26 * 25 *
27 * Please send any bug reports or fixes you make to the 26 * Please send any bug reports or fixes you make to the
28 * email address(es): 27 * email address(es):
@@ -98,7 +97,7 @@ static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v)
98{ 97{
99} 98}
100 99
101static 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)
102{ 101{
103 ++*pos; 102 ++*pos;
104 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos; 103 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos;