commit | c9b3bde03b95cf1cab068f773435cfee271baf0b | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Dec 07 20:21:00 2014 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 22 10:27:34 2014 -0600 |
tree | e0d0610c4ba2e71932ff74a6a82e799b022bde76 | |
parent | c0442479652b99b62dd1ffccb34231caff25751c [diff] |
usb: gadget: 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: Felipe Balbi <balbi@ti.com>