aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/sctp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
index 59151557406c..289241d31cc1 100644
--- a/include/net/sctp/sctp.h
+++ b/include/net/sctp/sctp.h
@@ -546,7 +546,7 @@ for (pos = chunk->subh.fwdtsn_hdr->skip;\
546#define WORD_ROUND(s) (((s)+3)&~3) 546#define WORD_ROUND(s) (((s)+3)&~3)
547 547
548/* Make a new instance of type. */ 548/* Make a new instance of type. */
549#define t_new(type, flags) (type *)kmalloc(sizeof(type), flags) 549#define t_new(type, flags) (type *)kzalloc(sizeof(type), flags)
550 550
551/* Compare two timevals. */ 551/* Compare two timevals. */
552#define tv_lt(s, t) \ 552#define tv_lt(s, t) \