usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldoc
authorLee Jones <lee.jones@linaro.org>
Thu, 2 Jul 2020 14:45:59 +0000 (15:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jul 2020 07:34:11 +0000 (09:34 +0200)
commit11d96a5912311a60332be62139aec3b1af248f45
tree7dcc762781ec92f2bde919c2f7b072829926712b
parent3e682e6fcaea3099cf93eeafef150108556b77e9
usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldoc

This block lacks a title and argument descriptions.

Fixes the following W=1 kernel build warning:

 drivers/usb/common/usb-conn-gpio.c:44: warning: Cannot understand  * "DEVICE" = VBUS and "HOST" = !ID, so we have:
 on line 44 - I thought it was a doc line

Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200702144625.2533530-5-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/common/usb-conn-gpio.c