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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment