From bc539569e108785b7ee4dd05e80aa290ac9b8192 Mon Sep 17 00:00:00 2001 From: Ylarod Date: Fri, 20 Jan 2023 18:42:28 +0800 Subject: [PATCH] website: add missing `c` --- website/docs/guide/how-to-integrate-for-non-gki.md | 2 +- website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guide/how-to-integrate-for-non-gki.md b/website/docs/guide/how-to-integrate-for-non-gki.md index 1a70344d..45baf954 100644 --- a/website/docs/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/guide/how-to-integrate-for-non-gki.md @@ -131,7 +131,7 @@ index 376543199b5a..82adcef03ecc 100644 You should found the four functions in kernel source: 1. do_faccessat, usually in `fs/open.c` -2. do_execveat_common, usually in `fs/exec.` +2. do_execveat_common, usually in `fs/exec.c` 3. vfs_read, usually in `fs/read_write.c` 4. vfs_statx, usually in `fs/stat.c` diff --git a/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md b/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md index 30eca574..9e93a4d2 100644 --- a/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md @@ -134,7 +134,7 @@ index 376543199b5a..82adcef03ecc 100644 主要是要改四个地方: 1. do_faccessat,通常位于 `fs/open.c` -2. do_execveat_common,通常位于 `fs/exec.` +2. do_execveat_common,通常位于 `fs/exec.c` 3. vfs_read,通常位于 `fs/read_write.c` 4. vfs_statx,通常位于 `fs/stat.c`