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

Commit 28e067f4 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: device_set_options fix opening function bracket

parent 80dcc0ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -203,8 +203,8 @@ static bool device_alloc_bufs(struct vnt_private *pDevice);

static void usb_device_reset(struct vnt_private *pDevice);

static void
device_set_options(struct vnt_private *pDevice) {
static void device_set_options(struct vnt_private *pDevice)
{
	pDevice->cbTD = TX_DESC_DEF0;
	pDevice->cbRD = RX_DESC_DEF0;
	pDevice->byShortRetryLimit = SHORT_RETRY_DEF;