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


Groups > linux.kernel > #1511912 > unrolled thread

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

Started byManoj Sawai <mas@iitkgp.ac.in>
First post2016-10-29 23:30 +0200
Last post2016-10-30 16:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

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

FromManoj Sawai <mas@iitkgp.ac.in>
Date2016-10-29 23:30 +0200
Subject[PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.
Message-ID<sxJmq-3D9-33@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1512084 — Re: [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-10-30 16:20 +0100
SubjectRe: [PATCH] Staging: ks7010: ks7010_sdio.c: Fixed a coding style issue.
Message-ID<sy03T-6ks-3@gated-at.bofh.it>
In reply to#1511912
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web