staging: vt6655: Align function declaration

Fix function return type and function arguments to improve readbility.

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-03-05 16:48:28 -06:00 committed by Greg Kroah-Hartman
parent 5822706008
commit 219347ebf0
1 changed files with 2 additions and 5 deletions

View File

@ -48,11 +48,8 @@
*
*/
void
PSvEnablePowerSaving(
struct vnt_private *priv,
unsigned short wListenInterval
)
void PSvEnablePowerSaving(struct vnt_private *priv,
unsigned short wListenInterval)
{
u16 wAID = priv->current_aid | BIT(14) | BIT(15);