forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/usb/common/ulpi.c
....@@ -1,5 +1,5 @@
11 // SPDX-License-Identifier: GPL-2.0
2
-/**
2
+/*
33 * ulpi.c - USB ULPI PHY bus
44 *
55 * Copyright (C) 2015 Intel Corporation
....@@ -147,6 +147,7 @@
147147 /**
148148 * ulpi_register_driver - register a driver with the ULPI bus
149149 * @drv: driver being registered
150
+ * @module: ends up being THIS_MODULE
150151 *
151152 * Registers a driver with the ULPI bus.
152153 */
....@@ -298,7 +299,7 @@
298299
299300 /**
300301 * ulpi_unregister_interface - unregister ULPI interface
301
- * @intrf: struct ulpi_interface
302
+ * @ulpi: struct ulpi_interface
302303 *
303304 * Unregisters a ULPI device and it's interface that was created with
304305 * ulpi_create_interface().