All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] driver core: fix comments for device_block_probing()
@ 2018-11-06  7:41 Randy Dunlap
  2018-11-06  7:52 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2018-11-06  7:41 UTC (permalink / raw)
  To: LKML, Greg Kroah-Hartman, rafael

From: Randy Dunlap <rdunlap@infradead.org>

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

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.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);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] driver core: fix comments for device_block_probing()
  2018-11-06  7:41 [PATCH] driver core: fix comments for device_block_probing() Randy Dunlap
@ 2018-11-06  7:52 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2018-11-06  7:52 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Linux Kernel Mailing List, Greg Kroah-Hartman, Rafael J. Wysocki

On Tue, Nov 6, 2018 at 8:41 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Correct function name and spelling/typo for device_block_probing()
> in drivers/base/dd.c.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>

Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

> ---
>  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);
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-06  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06  7:41 [PATCH] driver core: fix comments for device_block_probing() Randy Dunlap
2018-11-06  7:52 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.