git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dbcf31
)
drm/i2c: tda998x: fix misspelling of current function in string
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sun, 7 Dec 2014 19:20:59 +0000
(20:20 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 21 Jan 2015 14:21:37 +0000
(14:21 +0000)
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>
No differences found