aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler@gmail.com>2014-05-22 03:04:26 -0400
committerJiri Kosina <jkosina@suse.cz>2014-06-19 09:28:56 -0400
commit305af08c5398bab6c7029da53eb15d85a53eef0e (patch)
tree8fcbf05d8272161e4a10ebe97963ffa72180d3bc /Documentation
parentfe786f61f32367e31d11a1b236aff29992d19a57 (diff)
doc: replace "practise" with "practice" in Documentation
To keep the Documentation consistent either "practise" or "practice" should be used. Since there are 3 lines with "practise" ~/linux/Documentation$ grep -r practise * | wc -l 3 and 108 lines with "practice" ~/linux/Documentation$ grep -r practice * | wc -l 108 this patch converts "practise" to "practice". Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/PCI/MSI-HOWTO.txt2
-rw-r--r--Documentation/SubmittingPatches4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/PCI/MSI-HOWTO.txt b/Documentation/PCI/MSI-HOWTO.txt
index 10a93696e55a..0d920d54536d 100644
--- a/Documentation/PCI/MSI-HOWTO.txt
+++ b/Documentation/PCI/MSI-HOWTO.txt
@@ -576,7 +576,7 @@ Some devices are known to have faulty MSI implementations. Usually this
576is handled in the individual device driver, but occasionally it's necessary 576is handled in the individual device driver, but occasionally it's necessary
577to handle this with a quirk. Some drivers have an option to disable use 577to handle this with a quirk. Some drivers have an option to disable use
578of MSI. While this is a convenient workaround for the driver author, 578of MSI. While this is a convenient workaround for the driver author,
579it is not good practise, and should not be emulated. 579it is not good practice, and should not be emulated.
580 580
5815.4. Finding why MSIs are disabled on a device 5815.4. Finding why MSIs are disabled on a device
582 582
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 26b1e31d5a13..04c1eddb78aa 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -369,13 +369,13 @@ you are responsible for last-minute changes. Example :
369 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h] 369 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
370 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org> 370 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
371 371
372This practise is particularly helpful if you maintain a stable branch and 372This practice is particularly helpful if you maintain a stable branch and
373want at the same time to credit the author, track changes, merge the fix, 373want at the same time to credit the author, track changes, merge the fix,
374and protect the submitter from complaints. Note that under no circumstances 374and protect the submitter from complaints. Note that under no circumstances
375can you change the author's identity (the From header), as it is the one 375can you change the author's identity (the From header), as it is the one
376which appears in the changelog. 376which appears in the changelog.
377 377
378Special note to back-porters: It seems to be a common and useful practise 378Special note to back-porters: It seems to be a common and useful practice
379to insert an indication of the origin of a patch at the top of the commit 379to insert an indication of the origin of a patch at the top of the commit
380message (just after the subject line) to facilitate tracking. For instance, 380message (just after the subject line) to facilitate tracking. For instance,
381here's what we see in 2.6-stable : 381here's what we see in 2.6-stable :