From: Stefan Huber Date: Thu, 27 Jun 2013 10:54:44 +0000 (+0200) Subject: Documentation/devicetree/bindings/net/can/ fix a typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0a8df84e967e50fd910cb49411a50411fc6be169;p=deliverable%2Flinux.git Documentation/devicetree/bindings/net/can/ fix a typo Corrected the word compatbile to compatible in the file atmel-can.txt. Signed-off-by: Stefan Huber Signed-off-by: Matthias Schid Signed-off-by: Simon Puels Signed-off-by: Jiri Kosina --- diff --git a/Documentation/devicetree/bindings/net/can/atmel-can.txt b/Documentation/devicetree/bindings/net/can/atmel-can.txt index 72cf0c5daff4..14e52a0d86ec 100644 --- a/Documentation/devicetree/bindings/net/can/atmel-can.txt +++ b/Documentation/devicetree/bindings/net/can/atmel-can.txt @@ -8,7 +8,7 @@ Required properties: Example: can0: can@f000c000 { - compatbile = "atmel,at91sam9x5-can"; + compatible = "atmel,at91sam9x5-can"; reg = <0xf000c000 0x300>; interrupts = <40 4 5> };