From c1609b08892ec6878c6cc1ea20689145d23a51e6 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 10 Feb 2014 07:46:13 +0100 Subject: Coding style fix for bde5394 Change-Id: I6e9ba6a2570915191cf5b66f58ed9ddb1959b6cc --- firmware/usbstack/usb_core.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/usbstack/usb_core.c b/firmware/usbstack/usb_core.c index dc69628c13..038aef241f 100644 --- a/firmware/usbstack/usb_core.c +++ b/firmware/usbstack/usb_core.c @@ -644,9 +644,10 @@ static void request_handler_device_get_descriptor(struct usb_ctrlrequest* req) ptr = usb_strings[index]; } else if(index == 0xee) { - // We don't have a real OS descriptor, and we don't handle - // STALL correctly on some devices, so we return any valid - // string (we arbitrarily pick the manufacturer name) + /* We don't have a real OS descriptor, and we don't handle + * STALL correctly on some devices, so we return any valid + * string (we arbitrarily pick the manufacturer name) + */ size = usb_string_iManufacturer.bLength; ptr = &usb_string_iManufacturer; } -- cgit v1.2.3