From: Peter Zijlstra Date: Tue, 14 Nov 2006 00:19:07 +0000 (-0800) Subject: [SCTP]: Cleanup of the sctp state table code. X-Git-Tag: v2.6.20-rc1~34^2~40^2~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed176a801b83915b7c8ab80e0a2a6376a2d6051;p=pandora-kernel.git [SCTP]: Cleanup of the sctp state table code. I noticed an insane high density of repeated characters fixable by a simple regular expression: % s/{.fn = \([^,]*\),[[:space:]]\+\(\\\n[[:space:]]\+\)\?.name = "\1"}/TYPE_SCTP_FUNC(\1)/g (NOTE: the .name for .fn = sctp_sf_do_9_2_start_shutdown didn't match) Signed-off-by: Peter Zijlstra Signed-off-by: David S. Miller --- Reading git-diff-tree failed