aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorSimon Fong <simon.fongnt@yahoo.com>2020-01-28 22:14:26 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-09 16:22:56 -0800
commita1182cda0c78518d4c391d2b46c3661d88034701 (patch)
tree8ce037323fe6b70113394aabb474f55842b0bc57 /drivers/staging/vt6655
parentstaging: rtl8723bs: hal: fix condition with no effect (diff)
downloadlinux-dev-a1182cda0c78518d4c391d2b46c3661d88034701.tar.xz
linux-dev-a1182cda0c78518d4c391d2b46c3661d88034701.zip
Staging: vt6655: device_main: cleanup long line
cleanup a long line coding style warning. Signed-off-by: Simon Fong <simon.fongnt@yahoo.com> Link: https://lore.kernel.org/r/20200128141426.12230-1-simon.fongnt@yahoo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r--drivers/staging/vt6655/device_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index f69fc687d4c3..0442f71494b2 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -133,7 +133,8 @@ static int device_init_td1_ring(struct vnt_private *priv);
static int device_rx_srv(struct vnt_private *priv, unsigned int idx);
static int device_tx_srv(struct vnt_private *priv, unsigned int idx);
static bool device_alloc_rx_buf(struct vnt_private *, struct vnt_rx_desc *);
-static void device_free_rx_buf(struct vnt_private *priv, struct vnt_rx_desc *rd);
+static void device_free_rx_buf(struct vnt_private *priv,
+ struct vnt_rx_desc *rd);
static void device_init_registers(struct vnt_private *priv);
static void device_free_tx_buf(struct vnt_private *, struct vnt_tx_desc *);
static void device_free_td0_ring(struct vnt_private *priv);