diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-07-06 14:33:36 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-09 17:19:59 +0200 |
commit | 02ec8a098fb3fa2e1d8c1c8ed32c27e70356dafb (patch) | |
tree | 7287bdb12d0393563d88afee219c8a53a04d21ad /drivers/usb/early/xhci-dbc.c | |
parent | f0f705fcfe99301aa7268dbb080cb24ff7787042 (diff) | |
download | linux-02ec8a098fb3fa2e1d8c1c8ed32c27e70356dafb.tar.gz linux-02ec8a098fb3fa2e1d8c1c8ed32c27e70356dafb.tar.bz2 linux-02ec8a098fb3fa2e1d8c1c8ed32c27e70356dafb.zip |
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 <baolu.lu@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200706133341.476881-28-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/early/xhci-dbc.c')
-rw-r--r-- | drivers/usb/early/xhci-dbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c index a9932c1ff20f..c0507767a8e3 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 |