summaryrefslogtreecommitdiff
path: root/drivers/staging/fwserial
diff options
context:
space:
mode:
authorAbheek Dhawan <adawesomeguy222@gmail.com>2020-09-12 09:41:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-13 10:20:12 +0300
commit567d351e40cc574f1c082ad8e9075bde8fe4e68e (patch)
tree54cea2dfebe4dfb8153a08b0309995bbfb575b5b /drivers/staging/fwserial
parentceea93444808c7d1fd07a01927937d20237d849e (diff)
downloadlinux-567d351e40cc574f1c082ad8e9075bde8fe4e68e.tar.xz
staging: fwserial: Remove repeated word and
Remove unnecessary repeated word and Signed-off-by: Abheek Dhawan <adawesomeguy222@gmail.com> Link: https://lore.kernel.org/r/20200912064123.411656-1-adawesomeguy222@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fwserial')
-rw-r--r--drivers/staging/fwserial/fwserial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fwserial/fwserial.c b/drivers/staging/fwserial/fwserial.c
index aec0f19597a9..db83d34cd677 100644
--- a/drivers/staging/fwserial/fwserial.c
+++ b/drivers/staging/fwserial/fwserial.c
@@ -466,7 +466,7 @@ static void fwtty_throttle_port(struct fwtty_port *port)
* fwtty_do_hangup - wait for ldisc to deliver all pending rx; only then hangup
*
* When the remote has finished tx, and all in-flight rx has been received and
- * and pushed to the flip buffer, the remote may close its device. This will
+ * pushed to the flip buffer, the remote may close its device. This will
* drop DTR on the remote which will drop carrier here. Typically, the tty is
* hung up when carrier is dropped or lost.
*