From: wangweidong Date: Thu, 19 Dec 2013 02:02:42 +0000 (+0800) Subject: sctp: remove the never used 'return' and redundant 'break' X-Git-Tag: v3.14-rc1~94^2~398 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f482f2fcd1bd644849bd75412d589cbb40fbaa01;p=pandora-kernel.git sctp: remove the never used 'return' and redundant 'break' In switch() had do return, and never use the 'return NULL'. The 'break' after return or goto has no effect. Remove it. v2: make it more readable as suggested by Neil. Signed-off-by: Wang Weidong Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed