Skip to content

Commit ef860ed

Browse files
committed
bindings: sensor: adi: fix "functionality" typo
s/funcionality/functionality/g Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 98e61da commit ef860ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dts/bindings/sensor/adi,adxl362.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description: |
55
ADXL362 3-axis SPI accelerometer
66
When setting the accelerometer DTS properties and want to use
7-
streaming funcionality, make sure to include adxl362.h and
7+
streaming functionality, make sure to include adxl362.h and
88
use the macros defined there for fifo-mode and fifo-watermark properties.
99
1010
Example:

dts/bindings/sensor/adi,adxl367-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description: |
55
ADXL367 3-axis accelerometer
66
When setting the accelerometer DTS properties and want to use
7-
streaming funcionality, make sure to include adxl367.h and
7+
streaming functionality, make sure to include adxl367.h and
88
use the macros defined there for fifo-mode property.
99
1010
Example:

dts/bindings/sensor/adi,adxl372-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include: sensor-device.yaml
66
description: |
77
ADXL372 3-axis SPI accelerometer
88
When setting the accelerometer DTS properties and want to use
9-
streaming funcionality, make sure to include adxl372.h and
9+
streaming functionality, make sure to include adxl372.h and
1010
use the macros defined there for fifo-mode properties.
1111
1212
Example:

0 commit comments

Comments
 (0)