hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/Documentation/driver-api/usb/URB.rst
....@@ -47,7 +47,7 @@
4747 The URB structure
4848 =================
4949
50
-Some of the fields in struct :c:type:`urb` are::
50
+Some of the fields in struct urb are::
5151
5252 struct urb
5353 {
....@@ -240,7 +240,7 @@
240240 ======================================
241241
242242 Besides the fields present on a bulk transfer, for ISO, you also
243
-also have to set ``urb->interval`` to say how often to make transfers; it's
243
+have to set ``urb->interval`` to say how often to make transfers; it's
244244 often one per frame (which is once every microframe for highspeed devices).
245245 The actual interval used will be a power of two that's no bigger than what
246246 you specify. You can use the :c:func:`usb_fill_int_urb` macro to fill