Re: [PATCH 8/20] USB: isp1760: fix misspelling of current function in string

2014-12-07 Thread Jeremiah Mahler
Julia, On Sun, Dec 07, 2014 at 09:45:15PM +0100, Julia Lawall wrote: > > > On Sun, 7 Dec 2014, Jeremiah Mahler wrote: > > > Julia, > > > > On Sun, Dec 07, 2014 at 08:20:50PM +0100, Julia Lawall wrote: > > > Replace a misspelled function name by %s and then __func__. [...] > > > > > > static

Re: [PATCH 8/20] USB: isp1760: fix misspelling of current function in string

2014-12-07 Thread Julia Lawall
On Sun, 7 Dec 2014, Jeremiah Mahler wrote: > Julia, > > On Sun, Dec 07, 2014 at 08:20:50PM +0100, Julia Lawall wrote: > > Replace a misspelled function name by %s and then __func__. > > > > The function name starts with isp, not ips. > > > > This was done using Coccinelle, including the use o

Re: [PATCH 8/20] USB: isp1760: fix misspelling of current function in string

2014-12-07 Thread Jeremiah Mahler
Julia, On Sun, Dec 07, 2014 at 08:20:50PM +0100, Julia Lawall wrote: > Replace a misspelled function name by %s and then __func__. > > The function name starts with isp, not ips. > > This was done using Coccinelle, including the use of Levenshtein distance, > as proposed by Rasmus Villemoes. >