Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ddfb472 authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman
Browse files

drivers: base: add description for .coredump() callback



Commit 3c47d19f ("drivers: base: add coredump driver ops") added
a new callback in struct device_driver, but not a kerneldoc description
so here it is.

Fixes: 3c47d19f ("drivers: base: add coredump driver ops")
Signed-off-by: default avatarArend van Spriel <aspriel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 82d1f117
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -256,6 +256,7 @@ enum probe_type {
 *		automatically.
 *		automatically.
 * @pm:		Power management operations of the device which matched
 * @pm:		Power management operations of the device which matched
 *		this driver.
 *		this driver.
 * @coredump:	Called through sysfs to initiate a device coredump.
 * @p:		Driver core's private data, no one other than the driver
 * @p:		Driver core's private data, no one other than the driver
 *		core can touch this.
 *		core can touch this.
 *
 *