Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Whitaker and committed by
Greg Kroah-Hartman
d894e25b 1b98ee33

+2 -2
+2 -2
drivers/staging/ks7010/ks_hostif.c
··· 1658 1658 1659 1659 static 1660 1660 void hostif_power_mgmt_request(struct ks_wlan_private *priv, 1661 - unsigned long mode, unsigned long wake_up, 1662 - unsigned long receive_dtims) 1661 + unsigned long mode, unsigned long wake_up, 1662 + unsigned long receive_dtims) 1663 1663 { 1664 1664 struct hostif_power_mgmt_request_t *pp; 1665 1665