Skip to content

Commit 1cd43ac

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()
The description for acpi_bus_notify() is quite far from what kernel doc expects. It complains about this: Function parameter or member 'handle' not described in 'acpi_bus_notify' Function parameter or member 'type' not described in 'acpi_bus_notify' Function parameter or member 'data' not described in 'acpi_bus_notify' Fix this by dropping kernel doc annotation. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 4b76dfb commit 1cd43ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ static void acpi_bus_osc_negotiate_usb_control(void)
456456
Notification Handling
457457
-------------------------------------------------------------------------- */
458458

459-
/**
459+
/*
460460
* acpi_bus_notify
461461
* ---------------
462462
* Callback for all 'system-level' device notifications (values 0x00-0x7F).

0 commit comments

Comments
 (0)