staging: vt6656: device_set_options fix opening function bracket

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-07-16 22:21:59 +01:00 committed by Greg Kroah-Hartman
parent 80dcc0aeb9
commit 28e067f4ff

View File

@ -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;