From: Rasmus Villemoes Date: Sat, 26 Jul 2014 21:58:01 +0000 (+0930) Subject: scripts: modpost: Remove numeric suffix pattern matching X-Git-Tag: omap-for-v3.17/fixes-against-rc2~91^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d8f8037468a3b5f964417f71853ccf301b9f39;p=pandora-kernel.git scripts: modpost: Remove numeric suffix pattern matching For several years, the pattern "foo$" has effectively been treated as equivalent to "foo" due to a bug in the (misnamed) helper number_prefix(). This hasn't been observed to cause any problems, so remove the broken $ functionality and change all foo$ patterns to foo. Signed-off-by: Rasmus Villemoes Signed-off-by: Rusty Russell --- Reading git-diff-tree failed