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)
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

Simple merge
Simple merge