diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-23 15:46:50 -0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-23 22:33:55 -0800 |
commit | e7b9fb4f545b1f7885e7c642643828f93d3d79c9 (patch) | |
tree | 79dc4755129d694242d76d4f1c5fda353ccad064 | |
parent | ef2a7cf1d8831535b8991459567b385661eb4a36 (diff) | |
download | linux-e7b9fb4f545b1f7885e7c642643828f93d3d79c9.tar.bz2 |
dt-bindings: dsa: Fix typo in "probed"
The correct form is "can be probed", so fix the typo.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/dsa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.txt b/Documentation/devicetree/bindings/net/dsa/dsa.txt index 3ceeb8de1196..35694c0c376b 100644 --- a/Documentation/devicetree/bindings/net/dsa/dsa.txt +++ b/Documentation/devicetree/bindings/net/dsa/dsa.txt @@ -7,7 +7,7 @@ limitations. Current Binding --------------- -Switches are true Linux devices and can be probes by any means. Once +Switches are true Linux devices and can be probed by any means. Once probed, they register to the DSA framework, passing a node pointer. This node is expected to fulfil the following binding, and may contain additional properties as required by the device it is |