From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: [PATCH] dt-bindings: dsa: Fix typo in "probed" Date: Fri, 23 Nov 2018 15:46:50 -0200 Message-ID: <1542995210-22428-1-git-send-email-festevam@gmail.com> Cc: andrew@lunn.ch, netdev@vger.kernel.org, f.fainelli@gmail.com, Fabio Estevam To: davem@davemloft.net Return-path: Received: from mail-qk1-f196.google.com ([209.85.222.196]:38059 "EHLO mail-qk1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730951AbeKXEcM (ORCPT ); Fri, 23 Nov 2018 23:32:12 -0500 Received: by mail-qk1-f196.google.com with SMTP id d19so8872472qkg.5 for ; Fri, 23 Nov 2018 09:46:58 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: The correct form is "can be probed", so fix the typo. Signed-off-by: Fabio Estevam --- Documentation/devicetree/bindings/net/dsa/dsa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.txt b/Documentation/devicetree/bindings/net/dsa/dsa.txt index 3ceeb8d..35694c0 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 -- 2.7.4