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

From: Baruch Siach
Date: Wed Mar 26 2025 - 04:15:06 EST


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@xxxxxxxxxx>
---

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@xxxxxxx>
*/

-#define DEBUG /* Enable initcall_debug */
+#define DEBUG

#include <linux/types.h>
#include <linux/extable.h>
--
2.47.2