public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] mmc: core: sd.c: Added a space after comma on an argument definition
@ 2012-10-18 17:19 Sangho Yi
  2012-10-18 17:19 ` [PATCH 2/4] mmc: core: sd.c: Made alignment for the multiline function calls Sangho Yi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sangho Yi @ 2012-10-18 17:19 UTC (permalink / raw)
  To: prakity, aaron.lu, linus.walleij, ulf.hansson, cjb
  Cc: linux-kernel, linux-mmc, Sangho Yi

Added a space between comma and an argument on the function definition

Signed-off-by: Sangho Yi <antiroot@gmail.com>
---
 drivers/mmc/core/sd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index 74972c2..91a73d7 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -44,7 +44,7 @@ static const unsigned int tacc_mant[] = {
 	35,	40,	45,	50,	55,	60,	70,	80,
 };
 
-#define UNSTUFF_BITS(resp,start,size)					\
+#define UNSTUFF_BITS(resp, start, size)					\
 	({								\
 		const int __size = size;				\
 		const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1;	\
-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-18 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 17:19 [PATCH 1/4] mmc: core: sd.c: Added a space after comma on an argument definition Sangho Yi
2012-10-18 17:19 ` [PATCH 2/4] mmc: core: sd.c: Made alignment for the multiline function calls Sangho Yi
2012-10-18 17:19 ` [PATCH 3/4] mmc: core: sd.c: Modified pr_warning to pr_warn Sangho Yi
2012-10-18 17:19 ` [PATCH 4/4] mmc: core: sd.c: Fixed line over 80 chars Sangho Yi
2012-10-18 17:55 ` [PATCH 1/4] mmc: core: sd.c: Added a space after comma on an argument definition Joe Perches

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