summaryrefslogtreecommitdiffstats
path: root/net/sctp/objcnt.c
diff options
context:
space:
mode:
authorXin Long2017-08-11 04:23:49 +0200
committerDavid S. Miller2017-08-11 19:02:43 +0200
commitd38ef5ae35b0960f3219f1cf0203e19819e757c7 (patch)
treecc46c52a7c313a90444dd9b080f573f3b6bbce7d /net/sctp/objcnt.c
parentsctp: remove the typedef sctp_cmsgs_t (diff)
downloadkernel-qcow2-linux-d38ef5ae35b0960f3219f1cf0203e19819e757c7.tar.gz
kernel-qcow2-linux-d38ef5ae35b0960f3219f1cf0203e19819e757c7.tar.xz
kernel-qcow2-linux-d38ef5ae35b0960f3219f1cf0203e19819e757c7.zip
sctp: remove the typedef sctp_dbg_objcnt_entry_t
This patch is to remove the typedef sctp_dbg_objcnt_entry_t, and replace with struct sctp_dbg_objcnt_entry in the places where it's using this typedef. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
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 105ac3327b28..aeea6da81441 100644
--- a/net/sctp/objcnt.c
+++ b/net/sctp/objcnt.c
@@ -57,7 +57,7 @@ SCTP_DBG_OBJCNT(keys);
/* An array to make it easy to pretty print the debug information
* to the proc fs.
*/
-static sctp_dbg_objcnt_entry_t sctp_dbg_objcnt[] = {
+static struct sctp_dbg_objcnt_entry sctp_dbg_objcnt[] = {
SCTP_DBG_OBJCNT_ENTRY(sock),
SCTP_DBG_OBJCNT_ENTRY(ep),
SCTP_DBG_OBJCNT_ENTRY(assoc),