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


Groups > linux.kernel > #1539372 > unrolled thread

[PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error

Started byManoj Sawai <mas@iitkgp.ac.in>
First post2016-12-09 15:10 +0100
Last post2016-12-09 15:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error Manoj Sawai <mas@iitkgp.ac.in> - 2016-12-09 15:10 +0100

#1539372 — [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error

FromManoj Sawai <mas@iitkgp.ac.in>
Date2016-12-09 15:10 +0100
Subject[PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error
Message-ID<sMu26-4gD-19@gated-at.bofh.it>
Error - Complex macro not in parentheses and trailing whitespace

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

diff --git a/drivers/staging/ks7010/ks7010_sdio.h b/drivers/staging/ks7010/ks7010_sdio.h
index 0f5fd848e23d..0165994605ac 100644
--- a/drivers/staging/ks7010/ks7010_sdio.h
+++ b/drivers/staging/ks7010/ks7010_sdio.h
@@ -81,11 +81,11 @@
 
 /* AHB Data Window  0x010000-0x01FFFF */
 #define DATA_WINDOW		0x010000
-#define WINDOW_SIZE		64*1024
+#define WINDOW_SIZE		(64 * 1024)
 
 #define KS7010_IRAM_ADDRESS	0x06000000
 
-/* 
+/*
  * struct define
  */
 struct hw_info_t {
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web