[<prev] [next>] [day] [month] [year] [list]
Message-ID: <77c8d040201e17349fc825e445f472518776a434.1742976336.git.baruch@tkos.co.il>
Date: Wed, 26 Mar 2025 10:05:36 +0200
From: Baruch Siach <baruch@...s.co.il>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Baruch Siach <baruch@...s.co.il>
Subject: [PATCH] init/main.c: drop misleading comment
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@...s.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@....org>
*/
-#define DEBUG /* Enable initcall_debug */
+#define DEBUG
#include <linux/types.h>
#include <linux/extable.h>
--
2.47.2
Powered by blists - more mailing lists