Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1511912

[PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.

From Manoj Sawai <mas@iitkgp.ac.in>
Newsgroups linux.kernel
Subject [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.
Date 2016-10-29 23:30 +0200
Message-ID <sxJmq-3D9-33@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed a coding style error involving use of spaces instead of tabs.

Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in>
---
 drivers/staging/ks7010/ks7010_sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
index 81c46f4..0acb62e 100644
--- a/drivers/staging/ks7010/ks7010_sdio.c
+++ b/drivers/staging/ks7010/ks7010_sdio.c
@@ -35,7 +35,7 @@ MODULE_DEVICE_TABLE(sdio, ks7010_sdio_ids);
 /* macro */
 
 #define inc_txqhead(priv) \
-        (priv->tx_dev.qhead = (priv->tx_dev.qhead + 1) % TX_DEVICE_BUFF_SIZE)
+	(priv->tx_dev.qhead = (priv->tx_dev.qhead + 1) % TX_DEVICE_BUFF_SIZE)
 #define inc_txqtail(priv) \
         (priv->tx_dev.qtail = (priv->tx_dev.qtail + 1) % TX_DEVICE_BUFF_SIZE)
 #define cnt_txqbody(priv) \
-- 
2.7.4

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue. Manoj Sawai <mas@iitkgp.ac.in> - 2016-10-29 23:30 +0200
  Re: [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style  issue. Greg KH <gregkh@linuxfoundation.org> - 2016-10-30 16:20 +0100

csiph-web