* [PATCH] Staging:ks7010:ks7010_sdio: fixed some coding style issue
@ 2016-10-13 20:33 Nadim Almas
0 siblings, 0 replies; only message in thread
From: Nadim Almas @ 2016-10-13 20:33 UTC (permalink / raw)
To: linux-kernel
fixed trailing */ Block comments and 80 character line limit coding style issue
Signed-off-by: Nadim Almas <nadim.902@gmail.com>
---
drivers/staging/ks7010/ks7010_sdio.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
index b02980d..40974e3 100644
--- a/drivers/staging/ks7010/ks7010_sdio.c
+++ b/drivers/staging/ks7010/ks7010_sdio.c
@@ -495,8 +495,11 @@ static void ks7010_rw_function(struct work_struct *work)
/* wiat after WAKEUP */
while (time_after(priv->last_wakeup + ((30 * HZ) / 1000), jiffies)) {
DPRINTK(4, "wait after WAKEUP\n");
-/* queue_delayed_work(priv->ks_wlan_hw.ks7010sdio_wq,&priv->ks_wlan_hw.rw_wq,
- (priv->last_wakeup + ((30*HZ)/1000) - jiffies));*/
+ /*
+ * queue_delayed_work(priv->ks_wlan_hw.ks7010sdio_wq,
+ * &priv->ks_wlan_hw.rw_wq,
+ * (priv->last_wakeup + ((30*HZ)/1000) - jiffies));
+ */
dev_info(&priv->ks_wlan_hw.sdio_card->func->dev,
"wake: %lu %lu\n",
priv->last_wakeup + (30 * HZ) / 1000,
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-13 20:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 20:33 [PATCH] Staging:ks7010:ks7010_sdio: fixed some coding style issue Nadim Almas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.