mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
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:
parent
5822706008
commit
219347ebf0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user