I found: two if statements do the same work, we can merge to one; kmem_cache_zalloc will reset the memory, no need do the work which initialize with 0; some spelling errors, then fix them. Wang Weidong (4): sctp: merge two if statements to one sctp: remove the repeat initialize with 0 sctp: fix some comments in associola.c sctp: fix comment in chunk.c net/sctp/associola.c | 4 ++-- net/sctp/auth.c | 12 ++++-------- net/sctp/chunk.c | 2 +- net/sctp/sm_make_chunk.c | 29 ++++++++--------------------- 4 files changed, 15 insertions(+), 32 deletions(-) -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html