phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 23 Jul 2021 02:25:48 +0000 (19:25 -0700)
committerVinod Koul <vkoul@kernel.org>
Fri, 6 Aug 2021 11:45:29 +0000 (17:15 +0530)
commit07e97f744c3bb9249e72e634f713d665436ffd72
tree676f31e19d2a52bc0e533359a06863f7c2a3451f
parent88d8175ad8badc74d0d53308dbbbf65b1eb0cebb
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>
drivers/phy/qualcomm/phy-qcom-usb-hs.c