OSDN Git Service

usb: host: ehci-xilinx: adding description for return value
authorPiyush Mehta <piyush.mehta@xilinx.com>
Mon, 9 May 2022 17:02:52 +0000 (22:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 11:58:48 +0000 (13:58 +0200)
commit72e28b70499ac3b5d720c9cb9ad0d4229fdc5e0d
treed17f1f5cbc6a64a53cce9da0f626d287bc128be8
parentb4b44897ad3f4c1ad4ffe910e7b141c61522726c
usb: host: ehci-xilinx: adding description for return value

This patch resolves kernel-doc warnings to add return value description
in function comments.

Addressed warnings:

drivers/usb/host/ehci-xilinx-of.c:37: warning: No description found for return value of 'ehci_xilinx_port_handed_over'
drivers/usb/host/ehci-xilinx-of.c:117: warning: No description found for return value of 'ehci_hcd_xilinx_of_probe'
drivers/usb/host/ehci-xilinx-of.c:201: warning: No description found for return value of 'ehci_hcd_xilinx_of_remove'

Signed-off-by: Piyush Mehta <piyush.mehta@xilinx.com>
Link: https://lore.kernel.org/r/20220509170252.28271-1-piyush.mehta@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-xilinx-of.c