Tag: e5f50fbef0818f01d9ad387c54a110de0ab0e663

TTY: fix misspelling of current function in string

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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 Signed-off-by: Greg Kroah-Hartman — drivers/tty/rocket.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/tty/rocket.c b/drivers/tty/rocket.c index 383c4c7..c8dd8dc …

Continue reading