public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.
@ 2016-10-29 21:26 Manoj Sawai
  2016-10-30 15:09 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Manoj Sawai @ 2016-10-29 21:26 UTC (permalink / raw)
  To: gregkh; +Cc: wsa, devel, linux-kernel, Manoj Sawai

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

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

* Re: [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.
  2016-10-29 21:26 [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue Manoj Sawai
@ 2016-10-30 15:09 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-10-30 15:09 UTC (permalink / raw)
  To: Manoj Sawai; +Cc: wsa, devel, linux-kernel

On Sun, Oct 30, 2016 at 02:56:06AM +0530, Manoj Sawai wrote:
> 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(-)

Doesn't apply to my tree at all, are you sure you used the correct one?

thanks,

greg k-h

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

end of thread, other threads:[~2016-10-30 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29 21:26 [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue Manoj Sawai
2016-10-30 15:09 ` Greg KH

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