]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: fix misspelling of current function in string
authorJulia Lawall <julia.lawall@lip6.fr>
Sun, 7 Dec 2014 19:20:47 +0000 (20:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 21:18:46 +0000 (16:18 -0500)
commit7a7d17f29a87a74b9b7ea1e3eebbb0155789d400
treeee600b8cb6ec626de103387ab43e95b20f9e0f88
parentf631fc301a5533fa54e3f4366bcf5e1ebe8e5452
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>
drivers/isdn/hisax/hfc_2bs0.c
drivers/isdn/hisax/hfc_sx.c
drivers/isdn/hisax/hfc_usb.c
drivers/isdn/hisax/ipacx.c
drivers/isdn/hisax/isdnl1.c
drivers/isdn/hisax/isdnl3.c
drivers/isdn/hysdn/hycapi.c
drivers/isdn/pcbit/layer2.c