Skip to content

Commit

Permalink
Fix a mistake Chinese character in Documentation/zh_CN/SubmittingPatches
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harry Wei authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 5d6a4ea commit 6d6a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/zh_CN/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz

将改动拆分,逻辑类似的放到同一个补丁文件里。

例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动才分到两个或
例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动拆分到两个或
者更多的补丁文件中。如果你的改动包含对API的修改,并且修改了驱动程序来适
应这些新的API,那么把这些修改分成两个补丁。

Expand Down

0 comments on commit 6d6a49e

Please sign in to comment.