commit | eeb4e6d16672cf6ad1cc4c331a363560afe0d23a | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Sun Dec 07 20:20:47 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 09 16:18:46 2014 -0500 |
tree | ee600b8cb6ec626de103387ab43e95b20f9e0f88 | |
parent | bbc79751ac2445e7297cb9a9961e2d72aa1daf66 [diff] |
isdn: fix misspelling of current function in string Replace a misspelled function name by %s and then __func__. In the first case, the print is just dropped, because kmalloc itself does enough error reporting. This was done using Coccinelle, including the use of Levenshtein distance, as proposed by Rasmus Villemoes. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>