Tag: d954e87964e482e8d300d6ad623aecf50c32b649

hp100: 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: David S. Miller — drivers/net/ethernet/hp/hp100.c | 7 +++++– 1 file changed, 5 insertions(+), 2 deletions(-)   diff –git a/drivers/net/ethernet/hp/hp100.c b/drivers/net/ethernet/hp/hp100.c index …

Continue reading