Re: [PATCH 0034/1529] Fix typo

2016-05-21 Thread Greg KH
On Sat, May 21, 2016 at 01:40:13PM +0200, Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini 
> ---

I can't accept patches without a changelog text, sorry.
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0034/1529] Fix typo

2016-05-21 Thread Andrea Gelmini
Signed-off-by: Andrea Gelmini 
---
 Documentation/driver-model/platform.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-model/platform.txt 
b/Documentation/driver-model/platform.txt
index 9d9e47d..3ce9883 100644
--- a/Documentation/driver-model/platform.txt
+++ b/Documentation/driver-model/platform.txt
@@ -115,7 +115,7 @@ Legacy Drivers:  Device Probing
 Some drivers are not fully converted to the driver model, because they take
 on a non-driver role:  the driver registers its platform device, rather than
 leaving that for system infrastructure.  Such drivers can't be hotplugged
-or coldplugged, since those mechanisms require device creation to be in a
+or cold plugged, since those mechanisms require device creation to be in a
 different system component than the driver.
 
 The only "good" reason for this is to handle older system designs which, like
-- 
2.8.2.534.g1f66975

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html