Re: [PATCH 14/20] chelsio: fix misspelling of current function in string

2014-12-09 Thread David Miller
From: Julia Lawall Date: Sun, 7 Dec 2014 20:20:56 +0100 > 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 Applied. -- To unsubscribe f

Re: [PATCH 14/20] chelsio: fix misspelling of current function in string

2014-12-09 Thread David Miller
From: Julia Lawall Date: Sun, 7 Dec 2014 20:20:56 +0100 > 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 Applied. -- To unsubscribe f

[PATCH 14/20] chelsio: fix misspelling of current function in string

2014-12-07 Thread Julia Lawall
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 --- The semantic patch is difficult to summarize, but is available in the cover letter of this patc