summary refs log tree commit diff
path: root/devices/src/usb/xhci/ring_buffer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/xhci/ring_buffer.rs')
-rw-r--r--devices/src/usb/xhci/ring_buffer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/devices/src/usb/xhci/ring_buffer.rs b/devices/src/usb/xhci/ring_buffer.rs
index a178ebb..3033b0e 100644
--- a/devices/src/usb/xhci/ring_buffer.rs
+++ b/devices/src/usb/xhci/ring_buffer.rs
@@ -264,5 +264,4 @@ mod test {
         let descriptor = transfer_ring.dequeue_transfer_descriptor().unwrap();
         assert_eq!(descriptor.is_none(), true);
     }
-
 }