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

Commit f7d74de3 authored by Colin Ian King's avatar Colin Ian King Committed by Felipe Balbi
Browse files

usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"



trivial fix to spelling mistake

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent bd8dc737
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -81,7 +81,7 @@ static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs)
			continue;
			continue;
		}
		}
		if (!bd_table->start_bd) {
		if (!bd_table->start_bd) {
			dev_dbg(bdc->dev, "bd dma pool not allocted\n");
			dev_dbg(bdc->dev, "bd dma pool not allocated\n");
			continue;
			continue;
		}
		}