From: Julia Lawall Date: Sun, 7 Dec 2014 19:20:47 +0000 (+0100) Subject: isdn: fix misspelling of current function in string X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb4e6d16672cf6ad1cc4c331a363560afe0d23a;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed