From: Lee Jones Date: Mon, 6 Jul 2020 13:33:36 +0000 (+0100) Subject: usb: early: xhci-dbc: File headers are not good candidates for kerneldoc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=02ec8a098fb3fa2e1d8c1c8ed32c27e70356dafb;p=linux.git usb: early: xhci-dbc: File headers are not good candidates for kerneldoc Demote xhci-dbc's file header to a standard comment block. Fixes the following W=1 kernel build warning(s): drivers/usb/early/xhci-dbc.c:10: warning: Function parameter or member 'fmt' not described in 'pr_fmt' Cc: Lu Baolu Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20200706133341.476881-28-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c index a9932c1ff20f7..c0507767a8e34 100644 --- a/drivers/usb/early/xhci-dbc.c +++ b/drivers/usb/early/xhci-dbc.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * xhci-dbc.c - xHCI debug capability early driver * * Copyright (C) 2016 Intel Corporation