From: Lee Jones Date: Fri, 3 Jul 2020 17:41:34 +0000 (+0100) Subject: usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc X-Git-Tag: v5.10.7~1952^2~155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e1acecad2f2702244f5ce06f6156d449176d054;p=platform%2Fkernel%2Flinux-rpi.git usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc Demote xhci-dbgtty's file header to a standard comment block. Fixes the following W=1 kernel build warning(s): drivers/usb/host/xhci-dbgtty.c:19: warning: Function parameter or member 'port' not described in 'dbc_send_packet' drivers/usb/host/xhci-dbgtty.c:19: warning: Function parameter or member 'packet' not described in 'dbc_send_packet' drivers/usb/host/xhci-dbgtty.c:19: warning: Function parameter or member 'size' not described in 'dbc_send_packet' Cc: Mathias Nyman Cc: Lu Baolu Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20200703174148.2749969-17-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-dbgtty.c b/drivers/usb/host/xhci-dbgtty.c index be726c79..9a1d384 100644 --- a/drivers/usb/host/xhci-dbgtty.c +++ b/drivers/usb/host/xhci-dbgtty.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * xhci-dbgtty.c - tty glue for xHCI debug capability * * Copyright (C) 2017 Intel Corporation