aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api/usb
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2020-07-03 20:45:00 -0700
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2020-07-09 18:06:35 +0200
commitec326c9d05ef330eb97d962ea69de9be56948dea (patch)
treed551c61e91047b4015eb2777e7e550b23dcd067a /Documentation/driver-api/usb
parentUSB: storage: replace HTTP links with HTTPS ones (diff)
downloadlinux-ec326c9d05ef330eb97d962ea69de9be56948dea.tar.gz
linux-ec326c9d05ef330eb97d962ea69de9be56948dea.tar.bz2
linux-ec326c9d05ef330eb97d962ea69de9be56948dea.zip
Documentation/driver-api: usb/URB: drop doubled word
Drop the doubled word "also". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: linux-usb@vger.kernel.org Link: https://lore.kernel.org/r/20200704034502.17199-16-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/usb')
-rw-r--r--Documentation/driver-api/usb/URB.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/usb/URB.rst b/Documentation/driver-api/usb/URB.rst
index 61a54da9fce9..1e4abc896a0d 100644
--- a/Documentation/driver-api/usb/URB.rst
+++ b/Documentation/driver-api/usb/URB.rst
@@ -240,7 +240,7 @@ How to do isochronous (ISO) transfers?
======================================
Besides the fields present on a bulk transfer, for ISO, you also
-also have to set ``urb->interval`` to say how often to make transfers; it's
+have to set ``urb->interval`` to say how often to make transfers; it's
often one per frame (which is once every microframe for highspeed devices).
The actual interval used will be a power of two that's no bigger than what
you specify. You can use the :c:func:`usb_fill_int_urb` macro to fill