[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <bfd5f8f6-ff7d-cf85-239f-a9d4826fb2ab@infradead.org>
Date: Mon, 5 Nov 2018 23:41:27 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
rafael@...nel.org
Subject: [PATCH] driver core: fix comments for device_block_probing()
From: Randy Dunlap <rdunlap@...radead.org>
Correct function name and spelling/typo for device_block_probing()
in drivers/base/dd.c.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: "Rafael J. Wysocki" <rafael@...nel.org>
---
drivers/base/dd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lnx-420-rc1.orig/drivers/base/dd.c
+++ lnx-420-rc1/drivers/base/dd.c
@@ -179,7 +179,7 @@ static void driver_deferred_probe_trigge
}
/**
- * 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.
*/
@@ -453,7 +453,7 @@ static int really_probe(struct device *d
if (defer_all_probes) {
/*
* 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.
*/
dev_dbg(dev, "Driver %s force probe deferral\n", drv->name);
Powered by blists - more mailing lists