Staging: vt6655: Alignment of function declaration

Align function arguments and function type to improve readability.

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Madhumitha Prabakaran 2019-02-27 14:50:40 -06:00 committed by Greg Kroah-Hartman
parent cfd7794115
commit a248ca38d8
1 changed files with 1 additions and 4 deletions

View File

@ -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;