scripts: modpost: Remove numeric suffix pattern matching
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Sat, 26 Jul 2014 21:58:01 +0000 (07:28 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:22:46 +0000 (20:52 +0930)
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 <linux@rasmusvillemoes.dk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found