On Tue, Aug 27, 2019 at 10:22:34AM +0100, Frediano Ziglio wrote:
> Minor styles, spaces, double end of statement.
> ---
>  src/usb-device-cd.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/usb-device-cd.c b/src/usb-device-cd.c
> index 2234289c..2f421c42 100644
> --- a/src/usb-device-cd.c
> +++ b/src/usb-device-cd.c
> @@ -86,7 +86,7 @@ struct SpiceUsbEmulatedDevice {
>      struct BufferedBulkRead read_bulk[MAX_BULK_IN_REQUESTS];
>      /* according to USB MSC spec */
>      uint16_t serial[12];
> -    uint8_t  max_lun_index;
> +    uint8_t max_lun_index;
>  };
>  
>  typedef struct SpiceUsbEmulatedDevice UsbCd;
> @@ -530,7 +530,7 @@ static void usb_cd_control_request(UsbCd *device,
>              // returning one byte
>              if (h->length) {
>                  h->length = 1;
> -                h->status = usb_redir_success;;
> +                h->status = usb_redir_success;
Acked-by: Victor Toso <[email protected]>
>                  *buffer = &device->max_lun_index;
>              }
>              break;
> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to