Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78bff3c6 authored by Marek Belisko's avatar Marek Belisko Committed by Greg Kroah-Hartman
Browse files

USB: gadget: composite: Typo fix.

parent 8b455561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1126,7 +1126,7 @@ static int composite_bind(struct usb_gadget *gadget)
	cdev->desc = *composite->dev;
	cdev->desc.bMaxPacketSize0 = gadget->ep0->maxpacket;

	/* stirng overrides */
	/* string overrides */
	if (iManufacturer || !cdev->desc.iManufacturer) {
		if (!iManufacturer && !composite->iManufacturer &&
		    !*composite_manufacturer)