Skip to content

Commit

Permalink
Staging: vt6655: Alignment of function declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Madhumitha Prabakaran authored and Greg Kroah-Hartman committed Feb 28, 2019
1 parent cfd7794 commit a248ca3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/staging/vt6655/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a248ca3

Please sign in to comment.