Staging: ks7010: Fix alignment should match open parenthesis.

This commit fixes alignment styling as reported by checkpatch.pl.

Signed-off-by: Jonathan Whitaker <jon.b.whitaker@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jonathan Whitaker 2017-08-28 17:35:22 -06:00 committed by Greg Kroah-Hartman
parent 1b98ee3325
commit d894e25b52
1 changed files with 2 additions and 2 deletions

View File

@ -1658,8 +1658,8 @@ void hostif_phy_information_request(struct ks_wlan_private *priv)
static
void hostif_power_mgmt_request(struct ks_wlan_private *priv,
unsigned long mode, unsigned long wake_up,
unsigned long receive_dtims)
unsigned long mode, unsigned long wake_up,
unsigned long receive_dtims)
{
struct hostif_power_mgmt_request_t *pp;