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


Groups > linux.kernel > #1303758 > unrolled thread

[PATCH v2 1/2] Staging: goldfish: Add space around +

Started byShraddha Barke <shraddha.6596@gmail.com>
First post2016-01-07 18:40 +0100
Last post2016-01-07 18:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 1/2] Staging: goldfish: Add space around + Shraddha Barke <shraddha.6596@gmail.com> - 2016-01-07 18:40 +0100

#1303758 — [PATCH v2 1/2] Staging: goldfish: Add space around +

FromShraddha Barke <shraddha.6596@gmail.com>
Date2016-01-07 18:40 +0100
Subject[PATCH v2 1/2] Staging: goldfish: Add space around +
Message-ID<qOmHv-2SG-9@gated-at.bofh.it>
Fix checkpatch warning of adding space around + in accordance with
kernel coding style.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
Changes in v2-
 No change. Added lkml and other maintainers.

 drivers/staging/goldfish/goldfish_audio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c
index b0927e4..f1e1838 100644
--- a/drivers/staging/goldfish/goldfish_audio.c
+++ b/drivers/staging/goldfish/goldfish_audio.c
@@ -63,7 +63,7 @@ struct goldfish_audio {
 #define AUDIO_READ(data, addr)		(readl(data->reg_base + addr))
 #define AUDIO_WRITE(data, addr, x)	(writel(x, data->reg_base + addr))
 #define AUDIO_WRITE64(data, addr, addr2, x)	\
-	(gf_write_dma_addr((x), data->reg_base + addr, data->reg_base+addr2))
+	(gf_write_dma_addr((x), data->reg_base + addr, data->reg_base + addr2))
 
 /*
  *  temporary variable used between goldfish_audio_probe() and
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web