commit | a0d8f8037468a3b5f964417f71853ccf301b9f39 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Sun Jul 27 07:28:01 2014 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sun Jul 27 20:52:46 2014 +0930 |
tree | c85a06971f7283667825dd71463e36d5a0472e0c | |
parent | fcd38ed0ff263156c3917c70c2fb0b7e91bfeab1 [diff] |
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 <linux@rasmusvillemoes.dk> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>