From 8317c345f847419a349054ae89b9652f17f9f83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=2E=20Th=E1=BB=8Bnh?= <58503327+th1nhhdk@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:11:05 +0700 Subject: [PATCH] Fixed link typo in kernel/Makefile --- kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Makefile b/kernel/Makefile index be5e21c80bf4..669297563b1d 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -60,7 +60,7 @@ ifeq ($(shell grep -q "int path_umount" $(srctree)/fs/namespace.c; echo $$?),0) ccflags-y += -DKSU_UMOUNT else $(info -- Did you know you can backport path_umount to fs/namespace.c from 5.9?) -$(info -- Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#how-to-backport-path_umount) +$(info -- Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#how-to-backport-path-umount) endif ccflags-y += -Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-int-conversion -Wno-gcc-compat