commit | 288ffc73f6e9be6334ca491994cc01110bebfc96 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Dec 07 20:20:59 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 21 14:21:37 2015 +0000 |
tree | 08060cb07caa0d4cb9e80d4ee4cfdb17b0061ad6 | |
parent | 5dbcf319b283276468a52feafefeb5802d87cb8a [diff] |
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>