mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
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:
parent
80dcc0aeb9
commit
28e067f4ff
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user