]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i2c: tda998x: fix misspelling of current function in string
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 7 Dec 2014 19:20:59 +0000 (20:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 21 Jan 2015 14:21:37 +0000 (14:21 +0000)
commit2084761a85c30dd3bd9eb1c27169971be4c720ba
tree08060cb07caa0d4cb9e80d4ee4cfdb17b0061ad6
parent87506ea68f53325b99b3b1e9b5c5f0dda4b6702c
drm/i2c: tda998x: fix misspelling of current function in string

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 <Julia.Lawall@lip6.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c