aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-08-26 20:16:34 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-09-03 20:41:42 +0200
commit1cd43acf0b61fc93aaede45cdc7d61b5ddcb54a4 (patch)
tree0354bf923f84f3f75c2cbcaf7690586ad1f75e4e
parentACPI: bus: Remove the unneeded result variable (diff)
downloadlinux-dev-1cd43acf0b61fc93aaede45cdc7d61b5ddcb54a4.tar.xz
linux-dev-1cd43acf0b61fc93aaede45cdc7d61b5ddcb54a4.zip
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index 661a63ea3248..6e2dad6ff757 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -456,7 +456,7 @@ out_free:
Notification Handling
-------------------------------------------------------------------------- */
-/**
+/*
* acpi_bus_notify
* ---------------
* Callback for all 'system-level' device notifications (values 0x00-0x7F).