OSDN Git Service

TTY: fix misspelling of current function in string
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 7 Dec 2014 19:21:01 +0000 (20:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 22:38:15 +0000 (14:38 -0800)
commite5f50fbef0818f01d9ad387c54a110de0ab0e663
treea608ca1eff035f567ca030c18696e367abeb7f06
parent1d6a5e4ce883be40c05dc4080d24fab0b432a9ec
TTY: fix misspelling of current function in string

Replace a misspelled function name by %s and then __func__.

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/rocket.c