Commit a248ca38 authored by Madhumitha Prabakaran's avatar Madhumitha Prabakaran Committed by Greg Kroah-Hartman
Browse files

Staging: vt6655: Alignment of function declaration



Align function arguments and function type to improve readability.

Signed-off-by: default avatarMadhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cfd77941
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -506,10 +506,7 @@ bool CARDbRadioPowerOn(struct vnt_private *priv)
	return bResult;
}

void
CARDvSafeResetTx(
	struct vnt_private *priv
)
void CARDvSafeResetTx(struct vnt_private *priv)
{
	unsigned int uu;
	struct vnt_tx_desc *pCurrTD;