linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error
@ 2016-12-09 19:38 Manoj Sawai
  2017-01-03 15:32 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Manoj Sawai @ 2016-12-09 19:38 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Manoj Sawai

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

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

* Re: [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error
  2016-12-09 19:38 [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error Manoj Sawai
@ 2017-01-03 15:32 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-01-03 15:32 UTC (permalink / raw)
  To: Manoj Sawai; +Cc: devel, linux-kernel

On Fri, Dec 09, 2016 at 07:38:36PM +0000, Manoj Sawai wrote:
> Error - Complex macro not in parentheses and trailing whitespace

That's two different things, please make two different patches.

thanks,

greg k-h

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

end of thread, other threads:[~2017-01-03 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-09 19:38 [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style error Manoj Sawai
2017-01-03 15:32 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).