| .. | .. |
|---|
| 1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | | -/** |
|---|
| 2 | +/* |
|---|
| 3 | 3 | * ulpi.c - USB ULPI PHY bus |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright (C) 2015 Intel Corporation |
|---|
| .. | .. |
|---|
| 147 | 147 | /** |
|---|
| 148 | 148 | * ulpi_register_driver - register a driver with the ULPI bus |
|---|
| 149 | 149 | * @drv: driver being registered |
|---|
| 150 | + * @module: ends up being THIS_MODULE |
|---|
| 150 | 151 | * |
|---|
| 151 | 152 | * Registers a driver with the ULPI bus. |
|---|
| 152 | 153 | */ |
|---|
| .. | .. |
|---|
| 298 | 299 | |
|---|
| 299 | 300 | /** |
|---|
| 300 | 301 | * ulpi_unregister_interface - unregister ULPI interface |
|---|
| 301 | | - * @intrf: struct ulpi_interface |
|---|
| 302 | + * @ulpi: struct ulpi_interface |
|---|
| 302 | 303 | * |
|---|
| 303 | 304 | * Unregisters a ULPI device and it's interface that was created with |
|---|
| 304 | 305 | * ulpi_create_interface(). |
|---|