mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
@ 2017-06-09 18:55 srishti sharma
  2017-06-09 19:03 ` srishti sharma
  0 siblings, 1 reply; 6+ messages in thread
From: srishti sharma @ 2017-06-09 18:55 UTC (permalink / raw)
  To: gregkh
  Cc: me, shiva, kdunne, karniksayli1995, devel, linux-kernel, srishti sharma

Fixed alignment so that it matched open paranthesis .

Signed-off-by: srishti sharma <srishtishar@gmail.com>
---
 drivers/staging/ks7010/ks_hostif.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
index 697347b..e3c11be 100644
--- a/drivers/staging/ks7010/ks_hostif.c
+++ b/drivers/staging/ks7010/ks_hostif.c
@@ -1659,8 +1659,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;

--
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-12 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-09 18:55 [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis srishti sharma
2017-06-09 19:03 ` srishti sharma
2017-06-12 12:23   ` Dan Carpenter
2017-06-12 12:46     ` srishti sharma
2017-06-12 13:17       ` Dan Carpenter
2017-06-12 13:19         ` srishti sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®