mirror of https://github.com/xemu-project/xemu.git
usb: fix spelling errors in usb-linux.c
Signed-off-by: Brad Hards <bradh@frogmouth.net> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
021730f728
commit
a0102082de
|
@ -107,7 +107,7 @@ enum {
|
||||||
/*
|
/*
|
||||||
* Control transfer state.
|
* Control transfer state.
|
||||||
* Note that 'buffer' _must_ follow 'req' field because
|
* Note that 'buffer' _must_ follow 'req' field because
|
||||||
* we need contigious buffer when we submit control URB.
|
* we need contiguous buffer when we submit control URB.
|
||||||
*/
|
*/
|
||||||
struct ctrl_struct {
|
struct ctrl_struct {
|
||||||
uint16_t len;
|
uint16_t len;
|
||||||
|
@ -580,7 +580,7 @@ static int usb_host_handle_control(USBHostDevice *s, USBPacket *p)
|
||||||
/*
|
/*
|
||||||
* Setup ctrl transfer.
|
* Setup ctrl transfer.
|
||||||
*
|
*
|
||||||
* s->ctrl is layed out such that data buffer immediately follows
|
* s->ctrl is laid out such that data buffer immediately follows
|
||||||
* 'req' struct which is exactly what usbdevfs expects.
|
* 'req' struct which is exactly what usbdevfs expects.
|
||||||
*/
|
*/
|
||||||
urb = &aurb->urb;
|
urb = &aurb->urb;
|
||||||
|
|
Loading…
Reference in New Issue