Thread (67 messages) 67 messages, 8 authors, 2022-03-10

Re: [PATCH 10/16] dept: Add proc knobs to show stats and dependency graph

From: Steven Rostedt <rostedt@goodmis.org>
Date: 2022-02-17 15:55:49
Also in: dri-devel, linux-block, linux-fsdevel, linux-ide, linux-mm, lkml

On Thu, 17 Feb 2022 19:57:46 +0900
Byungchul Park [off-list ref] wrote:
+static int __init dept_proc_init(void)
+{
+	proc_create_seq("dept_deps", S_IRUSR, NULL, &dept_deps_ops);
+	proc_create_single("dept_stats", S_IRUSR, NULL, dept_stats_show);
+	return 0;
+}
+
+__initcall(dept_proc_init);
+
And git complains about this extra line at the end of the file too.

-- Steve
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help