usb: gadget: fix misspelling of current function in string
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 7 Dec 2014 19:21:00 +0000 (20:21 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 22 Dec 2014 16:27:34 +0000 (10:27 -0600)
commitc9b3bde03b95cf1cab068f773435cfee271baf0b
treee0d0610c4ba2e71932ff74a6a82e799b022bde76
parentc0442479652b99b62dd1ffccb34231caff25751c
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>
drivers/usb/gadget/function/f_hid.c
drivers/usb/gadget/function/f_midi.c
This page took 0.025617 seconds and 5 git commands to generate.