[PATCH] init/main.c: drop misleading comment

Baruch Siach posted 1 patch 8 months, 4 weeks ago
init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] init/main.c: drop misleading comment
Posted by Baruch Siach 8 months, 4 weeks ago
initcall_debug prints show with or without the DEBUG macro. This macro
does affect a few pr_debug() calls, so leave it there, but remove the
comment.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---

Not sure who takes init/main.c patches. I followed THE REST entry from
MAINTAINERS. Hope this is OK.
---
 init/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/main.c b/init/main.c
index 7f0a2a3dbd29..3594c3e37760 100644
--- a/init/main.c
+++ b/init/main.c
@@ -10,7 +10,7 @@
  *  Simplified starting of init:  Michael A. Griffith <grif@acm.org>
  */
 
-#define DEBUG		/* Enable initcall_debug */
+#define DEBUG
 
 #include <linux/types.h>
 #include <linux/extable.h>
-- 
2.47.2