aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShailendra Verma <shailendra.capricorn@gmail.com>2015-05-25 14:16:11 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-31 21:15:17 -0400
commit9ba8af66432cb8e82553f2e273eb11db0cec7d2d (patch)
tree34ed545a8d662d49aea795fa276bb0a958ee8851
parent6d9d4b1469b0d9748145e168fc9ec585e1f3f4b0 (diff)
base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/base/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index 8da8e071f01d..a638bbb1a27a 100644
--- a/drivers/base/dd.c
+++ b/drivers/base/dd.c
@@ -141,7 +141,7 @@ static bool driver_deferred_probe_enable = false;
141 * more than one device is probing at the same time, it is possible for one 141 * more than one device is probing at the same time, it is possible for one
142 * probe to complete successfully while another is about to defer. If the second 142 * probe to complete successfully while another is about to defer. If the second
143 * depends on the first, then it will get put on the pending list after the 143 * depends on the first, then it will get put on the pending list after the
144 * trigger event has already occured and will be stuck there. 144 * trigger event has already occurred and will be stuck there.
145 * 145 *
146 * The atomic 'deferred_trigger_count' is used to determine if a successful 146 * The atomic 'deferred_trigger_count' is used to determine if a successful
147 * trigger has occurred in the midst of probing a driver. If the trigger count 147 * trigger has occurred in the midst of probing a driver. If the trigger count