kernel: fix missing log tag (#117)

This commit is contained in:
Ylarod
2023-01-25 22:24:00 +08:00
committed by GitHub
parent 810087b2a7
commit 06aaae1335
12 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
#ifndef __KSU_H_KLOG
#define __KSU_H_KLOG
#include <linux/printk.h>
#ifdef pr_fmt
#undef pr_fmt
#define pr_fmt(fmt) "KernelSU: " fmt