diff options
| author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2017-03-24 05:03:17 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-31 11:18:38 -0400 |
| commit | 036db11cab275dd3cc13284e760bb050c59559be (patch) | |
| tree | 0a637a7f722e0a08e7492c75b6243d7e46f34499 | |
| parent | 97e4e959c928963359d79dcea623614db8aabf54 (diff) | |
sparse doc: fix reference path
Documentation/sparse.txt has been moved to
Documentation/dev-tools/sparse.rst
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
| -rw-r--r-- | Documentation/translations/zh_CN/sparse.txt | 4 | ||||
| -rw-r--r-- | Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/translations/zh_CN/sparse.txt b/Documentation/translations/zh_CN/sparse.txt index e41dc940e162..2f728962a8e2 100644 --- a/Documentation/translations/zh_CN/sparse.txt +++ b/Documentation/translations/zh_CN/sparse.txt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Chinese translated version of Documentation/sparse.txt | 1 | Chinese translated version of Documentation/dev-tools/sparse.rst |
| 2 | 2 | ||
| 3 | If you have any comment or update to the content, please contact the | 3 | If you have any comment or update to the content, please contact the |
| 4 | original document maintainer directly. However, if you have a problem | 4 | original document maintainer directly. However, if you have a problem |
| @@ -8,7 +8,7 @@ or if there is a problem with the translation. | |||
| 8 | 8 | ||
| 9 | Chinese maintainer: Li Yang <leo@zh-kernel.org> | 9 | Chinese maintainer: Li Yang <leo@zh-kernel.org> |
| 10 | --------------------------------------------------------------------- | 10 | --------------------------------------------------------------------- |
| 11 | Documentation/sparse.txt 的中文翻译 | 11 | Documentation/dev-tools/sparse.rst 的中文翻译 |
| 12 | 12 | ||
| 13 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 | 13 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 |
| 14 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 | 14 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 |
| @@ -172,8 +172,8 @@ MAKEFLAGS += --no-print-directory | |||
| 172 | # Use 'make C=2' to enable checking of *all* source files, regardless | 172 | # Use 'make C=2' to enable checking of *all* source files, regardless |
| 173 | # of whether they are re-compiled or not. | 173 | # of whether they are re-compiled or not. |
| 174 | # | 174 | # |
| 175 | # See the file "Documentation/sparse.txt" for more details, including | 175 | # See the file "Documentation/dev-tools/sparse.rst" for more details, |
| 176 | # where to get the "sparse" utility. | 176 | # including where to get the "sparse" utility. |
| 177 | 177 | ||
| 178 | ifeq ("$(origin C)", "command line") | 178 | ifeq ("$(origin C)", "command line") |
| 179 | KBUILD_CHECKSRC = $(C) | 179 | KBUILD_CHECKSRC = $(C) |
