From 4ca8395c9e378fb910d6c903bc5d63d674844f4f Mon Sep 17 00:00:00 2001 From: Song Qiang Date: Wed, 13 Feb 2019 15:23:03 +0800 Subject: [PATCH] doc: dts: bindings: Fix a spell mistake Fix a spell mistake in device node yaml template. Signed-off-by: Song Qiang --- dts/bindings/device_node.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/bindings/device_node.yaml.template b/dts/bindings/device_node.yaml.template index 383cdf3b9f0..a479b283dd0 100644 --- a/dts/bindings/device_node.yaml.template +++ b/dts/bindings/device_node.yaml.template @@ -68,6 +68,6 @@ properties: # name instead of controller generic name, for instance _CS_GPIO_ instead # of _GPIOS_ -# "type" attribute is currenty not used. +# "type" attribute is currently not used. ...