Skip to content

Commit 0a500b8

Browse files
Yang Lirafaeljw
authored andcommitted
ACPI: Document handle_eject_request() arguments
Add argument descriptions to the handle_eject_request() kerneldoc comment. Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 9434467 commit 0a500b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/acpi/dock.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ static int dock_in_progress(struct dock_station *ds)
380380

381381
/**
382382
* handle_eject_request - handle an undock request checking for error conditions
383+
* @ds: The dock station to undock.
384+
* @event: The ACPI event number associated with the undock request.
383385
*
384386
* Check to make sure the dock device is still present, then undock and
385387
* hotremove all the devices that may need removing.

0 commit comments

Comments
 (0)