diff mbox

[0031/1529] Fix typo

Message ID 20160521113944.508-1-andrea.gelmini@gelma.net
State Changes Requested, archived
Headers show

Commit Message

Andrea Gelmini May 21, 2016, 11:39 a.m. UTC
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 Documentation/devicetree/bindings/serial/samsung_uart.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.txt b/Documentation/devicetree/bindings/serial/samsung_uart.txt
index e85f37e..1ee1af0 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.txt
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.txt
@@ -1,7 +1,7 @@ 
 * Samsung's UART Controller
 
 The Samsung's UART controller is used for interfacing SoC with serial
-communicaion devices.
+communication devices.
 
 Required properties:
 - compatible: should be one of following:
@@ -21,7 +21,7 @@  Required properties:
 - clock-names: input names of clocks used by the controller:
   - "uart" - controller bus clock,
   - "clk_uart_baudN" - Nth baud base clock input (N = 0, 1, ...),
-    according to SoC User's Manual (only N = 0 is allowedfor SoCs without
+    according to SoC User's Manual (only N = 0 is allowed for SoCs without
     internal baud clock mux).
 - clocks: phandles and specifiers for all clocks specified in "clock-names"
   property, in the same order, according to clock bindings documentation [2].