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

Commit dbf03d65 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

driver core: fix comments for device_block_probing()



Correct function name and spelling/typo for device_block_probing()
in drivers/base/dd.c.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 63c98047
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -179,7 +179,7 @@ static void driver_deferred_probe_trigger(void)
}
}


/**
/**
 * device_block_probing() - Block/defere device's probes
 * device_block_probing() - Block/defer device's probes
 *
 *
 *	It will disable probing of devices and defer their probes instead.
 *	It will disable probing of devices and defer their probes instead.
 */
 */
@@ -456,7 +456,7 @@ static int really_probe(struct device *dev, struct device_driver *drv)
	if (defer_all_probes) {
	if (defer_all_probes) {
		/*
		/*
		 * Value of defer_all_probes can be set only by
		 * Value of defer_all_probes can be set only by
		 * device_defer_all_probes_enable() which, in turn, will call
		 * device_block_probing() which, in turn, will call
		 * wait_for_device_probe() right after that to avoid any races.
		 * wait_for_device_probe() right after that to avoid any races.
		 */
		 */
		dev_dbg(dev, "Driver %s force probe deferral\n", drv->name);
		dev_dbg(dev, "Driver %s force probe deferral\n", drv->name);