Re: [PATCH 2/20] PCI: keystone: fix misspelling of current function in string

2015-01-09 Thread Bjorn Helgaas
On Sun, Dec 07, 2014 at 08:20:44PM +0100, Julia Lawall wrote: > Replace a misspelled function name by %s and then __func__. > > The function name contains pcie, not pci as in the string. > > This was done using Coccinelle, including the use of Levenshtein distance, > as proposed by Rasmus Villemo

Re: [PATCH 2/20] PCI: keystone: fix misspelling of current function in string

2014-12-08 Thread Murali Karicheri
On 12/07/2014 02:20 PM, Julia Lawall wrote: Replace a misspelled function name by %s and then __func__. The function name contains pcie, not pci as in the string. This was done using Coccinelle, including the use of Levenshtein distance, as proposed by Rasmus Villemoes. Signed-off-by: Julia La

[PATCH 2/20] PCI: keystone: fix misspelling of current function in string

2014-12-07 Thread Julia Lawall
Replace a misspelled function name by %s and then __func__. The function name contains pcie, not pci as in the string. 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