]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: vt6655: remove unnecessary line breaks in function definition.
authorDanilo Alves <daniloalves@riseup.net>
Sat, 7 Apr 2018 14:55:15 +0000 (11:55 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:23:36 +0000 (15:23 +0200)
This patch corrects the function definition style of CARDvSafeResetRx.
Issue found by checkpatch.

CHECK: Lines should not end with a '('

Signed-off-by: Danilo Alves <daniloalves@riseup.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c

index ea0a4b57852c2219191a75192e3e6792f059c9d6..52e9e6b90b5679965f2b071feb7a33311376464a 100644 (file)
@@ -557,10 +557,7 @@ CARDvSafeResetTx(
  *
  * Return Value: none
  */
-void
-CARDvSafeResetRx(
-       struct vnt_private *priv
-)
+void CARDvSafeResetRx(struct vnt_private *priv)
 {
        unsigned int uu;
        struct vnt_rx_desc *pDesc;