* [PATCH] drivers:staging:gdm72xx Fix two spacing issues
@ 2015-11-02 16:34 Bogicevic Sasa
0 siblings, 0 replies; only message in thread
From: Bogicevic Sasa @ 2015-11-02 16:34 UTC (permalink / raw)
To: gregkh; +Cc: sudipm.mukherjee, devel, linux-kernel, Bogicevic Sasa
This fixes two "spaces preferred around ..." messages from checkpatch.pl
Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
---
drivers/staging/gdm72xx/gdm_sdio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/gdm72xx/gdm_sdio.c b/drivers/staging/gdm72xx/gdm_sdio.c
index b0521da..3315f0c 100644
--- a/drivers/staging/gdm72xx/gdm_sdio.c
+++ b/drivers/staging/gdm72xx/gdm_sdio.c
@@ -33,10 +33,10 @@
#define SDU_TX_BUF_SIZE 2048
#define TX_BUF_SIZE 2048
#define TX_CHUNK_SIZE (2048 - TYPE_A_HEADER_SIZE)
-#define RX_BUF_SIZE (25*1024)
+#define RX_BUF_SIZE (25 * 1024)
#define TX_HZ 2000
-#define TX_INTERVAL (1000000/TX_HZ)
+#define TX_INTERVAL (1000000 / TX_HZ)
static struct sdio_tx *alloc_tx_struct(struct tx_cxt *tx)
{
--
2.1.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-02 16:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02 16:34 [PATCH] drivers:staging:gdm72xx Fix two spacing issues Bogicevic Sasa
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®