]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: ks7010: Fix alignment should match open parenthesis.
authorJonathan Whitaker <jon.b.whitaker@gmail.com>
Mon, 28 Aug 2017 23:35:22 +0000 (17:35 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Aug 2017 06:24:04 +0000 (08:24 +0200)
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>
drivers/staging/ks7010/ks_hostif.c

index 24a63161f92ce983501ee404a7d0bd3c53b7e521..975dbbb3abd083608b36812820f96739875e300d 100644 (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;