diff options
author | Mitchel Humpherys | 2014-04-03 14:50:40 -0700 |
---|---|---|
committer | Linus Torvalds | 2014-04-03 16:21:27 -0700 |
commit | 8d81e29fae18b93ab51f308b31babe1a6eb04314 (patch) | |
tree | 4e8c80671708489faaa2ceb6228607d35779c2de /Documentation/zh_CN | |
parent | 37c703f40dd8b35095f7f8d564bc57afa9a42e5f (diff) |
Documentation/SubmittingPatches: remove references to patch-scripts
The link to the tarball for Andrew Morton's patch scripts is dead.
These scripts don't seem to be used for kernel development these days
anyways so just rip out all references to them.
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/zh_CN')
-rw-r--r-- | Documentation/zh_CN/SubmittingPatches | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/zh_CN/SubmittingPatches b/Documentation/zh_CN/SubmittingPatches index 788ab4730372..1d3a10f8746b 100644 --- a/Documentation/zh_CN/SubmittingPatches +++ b/Documentation/zh_CN/SubmittingPatches @@ -82,10 +82,6 @@ Documentation/SubmittingDrivers 。 Quilt: http://savannah.nongnu.org/projects/quilt -Andrew Morton 的补丁脚本: -http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz -作为这些脚本的替代,quilt 是值得推荐的补丁管理工具(看上面的链接)。 - 2)描述你的改动。 描述你的改动包含的技术细节。 |