Skip to content

Commit 466b151

Browse files
committed
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>
1 parent 1de7c6a commit 466b151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/phy/ti/phy-tusb1210.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
2-
/**
2+
/*
33
* tusb1210.c - TUSB1210 USB ULPI PHY driver
44
*
55
* Copyright (C) 2015 Intel Corporation

0 commit comments

Comments
 (0)