]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita004430edf07094a7ae0df1a1a412545e70eb072
treee0d0610c4ba2e71932ff74a6a82e799b022bde76
parent2d3033ba6359370bdad352193b2d8d860b9ce714
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