diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-07-22 19:25:48 -0700 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-08-06 17:15:29 +0530 |
commit | 07e97f744c3bb9249e72e634f713d665436ffd72 (patch) | |
tree | 676f31e19d2a52bc0e533359a06863f7c2a3451f /drivers/phy/qualcomm | |
parent | 88d8175ad8badc74d0d53308dbbbf65b1eb0cebb (diff) | |
download | linux-07e97f744c3bb9249e72e634f713d665436ffd72.tar.gz linux-07e97f744c3bb9249e72e634f713d665436ffd72.tar.bz2 linux-07e97f744c3bb9249e72e634f713d665436ffd72.zip |
phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment
Fix errant use of "/**" to begin a comment although the comment
is not kernel-doc notation. Just use "/*" instead.
Fixes this kernel-doc warning:
drivers/phy/qualcomm/phy-qcom-usb-hs.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Copyright (C) 2016 Linaro Ltd
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: linux-phy@lists.infradead.org
Link: https://lore.kernel.org/r/20210723022548.25695-1-rdunlap@infradead.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-usb-hs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-usb-hs.c b/drivers/phy/qualcomm/phy-qcom-usb-hs.c index 5c6c17673396..53e46c220a3a 100644 --- a/drivers/phy/qualcomm/phy-qcom-usb-hs.c +++ b/drivers/phy/qualcomm/phy-qcom-usb-hs.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * Copyright (C) 2016 Linaro Ltd */ #include <linux/module.h> |