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

Commit 009bdc15 authored by Danilo Alves's avatar Danilo Alves Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: remove unnecessary line breaks in function definition.



This patch corrects the function definition style of CARDvSafeResetRx.
Issue found by checkpatch.

CHECK: Lines should not end with a '('

Signed-off-by: default avatarDanilo Alves <daniloalves@riseup.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1dc751a5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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;