ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 26 Aug 2022 17:16:34 +0000 (20:16 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 3 Sep 2022 18:41:42 +0000 (20:41 +0200)
commit1cd43acf0b61fc93aaede45cdc7d61b5ddcb54a4
tree0354bf923f84f3f75c2cbcaf7690586ad1f75e4e
parent4b76dfbc44582a6cdf62eadb147f3a88f28de3dd
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>
drivers/acpi/bus.c