File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ impl VirtioNetDriver<Uninit> {
793
793
self . dev_cfg . features . into ( ) ,
794
794
)
795
795
. unwrap ( ) ;
796
- // Interrupt for communicating that a sended packet left, is not needed
796
+ // Interrupt for communicating that a sent packet left, is not needed
797
797
vq. disable_notifs ( ) ;
798
798
799
799
inner. send_vqs . add ( VirtQueue :: Packed ( vq) ) ;
@@ -819,7 +819,7 @@ impl VirtioNetDriver<Uninit> {
819
819
self . dev_cfg . features . into ( ) ,
820
820
)
821
821
. unwrap ( ) ;
822
- // Interrupt for communicating that a sended packet left, is not needed
822
+ // Interrupt for communicating that a sent packet left, is not needed
823
823
vq. disable_notifs ( ) ;
824
824
825
825
inner. send_vqs . add ( VirtQueue :: Split ( vq) ) ;
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ impl VirtioVsockDriver {
390
390
)
391
391
. unwrap ( ) ,
392
392
) ) ;
393
- // Interrupt for communicating that a sended packet left, is not needed
393
+ // Interrupt for communicating that a sent packet left, is not needed
394
394
self . send_vq . disable_notifs ( ) ;
395
395
396
396
// create the queues and tell device about them
You can’t perform that action at this time.
0 commit comments