From: Wei Yongjun Date: Mon, 3 Sep 2012 23:58:16 +0000 (+0000) Subject: sctp: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a27924237eeb9767135a423dea14a0d1b5954f;p=pandora-kernel.git sctp: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: David S. Miller --- Reading git-diff-tree failed