diff options
author | Vinod Koul <vkoul@kernel.org> | 2021-11-16 13:39:51 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-11-20 09:03:23 +0300 |
commit | 466b1516e74ffbb268dce83e41ca62bcfc822cb6 (patch) | |
tree | 29e9a5ef0c7baf34eaa349a81fe4228322b49840 /drivers/phy/ti | |
parent | 1de7c6ad9a093100682e8d28e8e066d86a339b48 (diff) | |
download | linux-466b1516e74ffbb268dce83e41ca62bcfc822cb6.tar.xz |
phy: ti: tusb1210: Fix the kernel-doc warn
The comment is not kernel-doc one and starts with /**, so fix that.
drivers/phy/ti/phy-tusb1210.c:16: warning: expecting prototype for tusb1210.c(). Prototype was for TUSB1210_VENDOR_SPECIFIC2() instead
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Liam Beguin <liambeguin@gmail.com>
Link: https://lore.kernel.org/r/20211116103951.34482-6-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/ti')
-rw-r--r-- | drivers/phy/ti/phy-tusb1210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/ti/phy-tusb1210.c b/drivers/phy/ti/phy-tusb1210.c index a63213f5972a..15c1c79e5c29 100644 --- a/drivers/phy/ti/phy-tusb1210.c +++ b/drivers/phy/ti/phy-tusb1210.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * tusb1210.c - TUSB1210 USB ULPI PHY driver * * Copyright (C) 2015 Intel Corporation |