usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment block
authorLee Jones <lee.jones@linaro.org>
Fri, 3 Jul 2020 17:41:31 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jul 2020 14:46:58 +0000 (16:46 +0200)
commitf3a9492bb92ccc430abb7b41fc790259ba4113f3
tree6b7ec3f0cc5a45500c840d27231b25437f824611
parent92d08e070a103eedf8ec5a0c7c8dd03432fa5f56
usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment block

No attempt has been made to document the demoted function here.

Fixes the following W=1 kernel build warning(s):

 drivers/usb/host/xhci.c:1285: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index'

Cc: Mathias Nyman <mathias.nyman@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200703174148.2749969-14-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c