diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 17:28:16 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-07-23 15:08:47 -0600 |
commit | 80d7f913de00383722315c3aa9a246ad7333e6cc (patch) | |
tree | 03e236693bf742d8736ba42ff22979501c029a70 /include/dt-bindings | |
parent | 0386e81d26d4677a067107b2fdb49993443e01c5 (diff) | |
download | linux-80d7f913de00383722315c3aa9a246ad7333e6cc.tar.bz2 |
dt-bindings: mux: mux.h: drop a duplicated word
Drop the repeated word "the" in a comment.
Cc: Peter Rosin <peda@axentia.se>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200719002816.20263-1-rdunlap@infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/mux/mux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/mux/mux.h b/include/dt-bindings/mux/mux.h index 042719218dbf..0b9d654506ef 100644 --- a/include/dt-bindings/mux/mux.h +++ b/include/dt-bindings/mux/mux.h @@ -3,7 +3,7 @@ * This header provides constants for most Multiplexer bindings. * * Most Multiplexer bindings specify an idle state. In most cases, the - * the multiplexer can be left as is when idle, and in some cases it can + * multiplexer can be left as is when idle, and in some cases it can * disconnect the input/output and leave the multiplexer in a high * impedance state. */ |