]> asedeno.scripts.mit.edu Git - linux.git/commit
vme: fix misspelling of current function in string
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 7 Dec 2014 19:20:53 +0000 (20:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:12 +0000 (05:04 -0800)
commitc1038307c4586403b4d393300e6e2f4a5673e722
treefb1a8d3afb7bc395710b2e81f3e73b35a7a89305
parentc076860dd86d48460562d1c2a724914b64709da8
vme: fix misspelling of current function in string

Replace a misspelled function name by %s and then __func__.

This is the get function, not the set function, as was indicated by the
string.

This was done using Coccinelle, including the use of Levenshtein distance,
as proposed by Rasmus Villemoes.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vme/vme.c