Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 191095ec authored by Jin Qian's avatar Jin Qian
Browse files

uid_sys_stats: fix typo in init



Change-Id: I8a41b331c973898015d11d2018257727083f7910
Signed-off-by: default avatarJin Qian <jinqian@google.com>
parent 42becbbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@ static int __init proc_uid_sys_stats_init(void)
		&uid_io_fops, NULL);

	proc_parent = proc_mkdir("uid_procstat", NULL);
	if (!io_parent) {
	if (!proc_parent) {
		pr_err("%s: failed to create uid_procstat proc entry\n",
			__func__);
		goto err;