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:
parent
1b98ee3325
commit
d894e25b52
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue