diff options
author | Harry Wei <harryxiyou@gmail.com> | 2011-02-04 10:59:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-04 15:40:50 -0500 |
commit | 6d6a49e9c9dddff61649249c2b0d5d462fa1a692 (patch) | |
tree | ae4a18ec6df822b6ffcb3d89b89e96a6549827be /Documentation/zh_CN/SubmittingPatches | |
parent | 5d6a4ea576bb8d9583d1d12538403661f7d26e31 (diff) |
Fix a mistake Chinese character in Documentation/zh_CN/SubmittingPatches
When i see the file linux-2.6.37/Documentation/zh_CN/SubmittingPatches ,
i find a mistake Chinese character in it. So i give a patch for
correcting this error.
Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/zh_CN/SubmittingPatches')
-rw-r--r-- | Documentation/zh_CN/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/zh_CN/SubmittingPatches b/Documentation/zh_CN/SubmittingPatches index 9a1a6e1ed09e..cc89386dd705 100644 --- a/Documentation/zh_CN/SubmittingPatches +++ b/Documentation/zh_CN/SubmittingPatches | |||
@@ -100,7 +100,7 @@ http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz | |||
100 | 100 | ||
101 | 将改动拆分,逻辑类似的放到同一个补丁文件里。 | 101 | 将改动拆分,逻辑类似的放到同一个补丁文件里。 |
102 | 102 | ||
103 | 例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动分到两个或 | 103 | 例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动分到两个或 |
104 | 者更多的补丁文件中。如果你的改动包含对API的修改,并且修改了驱动程序来适 | 104 | 者更多的补丁文件中。如果你的改动包含对API的修改,并且修改了驱动程序来适 |
105 | 应这些新的API,那么把这些修改分成两个补丁。 | 105 | 应这些新的API,那么把这些修改分成两个补丁。 |
106 | 106 | ||