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:
parent
cfd7794115
commit
a248ca38d8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue