Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Harry Wei and committed by
Greg Kroah-Hartman
6d6a49e9 5d6a4ea5

+1 -1
+1 -1
Documentation/zh_CN/SubmittingPatches
··· 100 100 101 101 将改动拆分,逻辑类似的放到同一个补丁文件里。 102 102 103 - 例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动才分到两个或 103 + 例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动拆分到两个或 104 104 者更多的补丁文件中。如果你的改动包含对API的修改,并且修改了驱动程序来适 105 105 应这些新的API,那么把这些修改分成两个补丁。 106 106