From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 12 Oct 2024 07:10:09 +0000 Subject: [PATCH] 修改led为gpio --- kernel/Documentation/core-api/kernel-api.rst | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/Documentation/core-api/kernel-api.rst b/kernel/Documentation/core-api/kernel-api.rst index 741aa37..2a7444e 100644 --- a/kernel/Documentation/core-api/kernel-api.rst +++ b/kernel/Documentation/core-api/kernel-api.rst @@ -24,11 +24,8 @@ .. kernel-doc:: lib/vsprintf.c :export: -.. kernel-doc:: include/linux/kernel.h - :functions: kstrtol - -.. kernel-doc:: include/linux/kernel.h - :functions: kstrtoul +.. kernel-doc:: include/linux/kstrtox.h + :functions: kstrtol kstrtoul .. kernel-doc:: lib/kstrtox.c :export: -- Gitblit v1.6.2