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


Groups > linux.kernel > #1583717 > unrolled thread

[PATCH 1/5] staging: bcm2835-audio: bcm2835.h: fix block comment warning

Started byNathan Howard <adanhawthorn@gmail.com>
First post2017-02-17 21:20 +0100
Last post2017-02-17 21:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/5] staging: bcm2835-audio: bcm2835.h: fix block comment warning Nathan Howard <adanhawthorn@gmail.com> - 2017-02-17 21:20 +0100

#1583717 — [PATCH 1/5] staging: bcm2835-audio: bcm2835.h: fix block comment warning

FromNathan Howard <adanhawthorn@gmail.com>
Date2017-02-17 21:20 +0100
Subject[PATCH 1/5] staging: bcm2835-audio: bcm2835.h: fix block comment warning
Message-ID<tbXay-tp-21@gated-at.bofh.it>
Fix checkpatch.pl warning: "Block comments use * on subsequent lines."

Signed-off-by: Nathan Howard <adanhawthorn@gmail.com>
---
 drivers/staging/bcm2835-audio/bcm2835.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835.h b/drivers/staging/bcm2835-audio/bcm2835.h
index 36e3ef8..66af445 100644
--- a/drivers/staging/bcm2835-audio/bcm2835.h
+++ b/drivers/staging/bcm2835-audio/bcm2835.h
@@ -27,8 +27,8 @@
 #include <linux/workqueue.h>
 
 /*
-#define AUDIO_DEBUG_ENABLE
-#define AUDIO_VERBOSE_DEBUG_ENABLE
+ * #define AUDIO_DEBUG_ENABLE
+ * #define AUDIO_VERBOSE_DEBUG_ENABLE
  */
 
 /* Debug macros */
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web