mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 13:23:35 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user