summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index b3221a677f..6c2884c576 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -371,7 +371,7 @@
371 371
372 WARNING: There were 2 hardware options requested that do not 372 WARNING: There were 2 hardware options requested that do not
373 have a corresponding value present in the final ".config" file. 373 have a corresponding value present in the final ".config" file.
374 This probably means you aren't getting the config you wanted. 374 This probably means you are not't getting the config you wanted.
375 The full list can be found in your kernel src dir at: 375 The full list can be found in your kernel src dir at:
376 meta/cfg/standard/mybsp/mismatch.cfg 376 meta/cfg/standard/mybsp/mismatch.cfg
377 </literallayout> 377 </literallayout>
@@ -725,7 +725,7 @@
725 "What changes have been applied to this tree?" 725 "What changes have been applied to this tree?"
726 Rather than using "grep" across directories to see what has 726 Rather than using "grep" across directories to see what has
727 changed, you can use Git to inspect or search the kernel tree. 727 changed, you can use Git to inspect or search the kernel tree.
728 Using Git is an efficent way to see what has changed in the tree. 728 Using Git is an efficient way to see what has changed in the tree.
729 </para> 729 </para>
730 730
731 <section id='what-changed-in-a-kernel'> 731 <section id='what-changed-in-a-kernel'>
@@ -766,7 +766,7 @@
766 </para> 766 </para>
767 767
768 <para> 768 <para>
769 To see short, oneline summaries of changes use the 769 To see short, one line summaries of changes use the
770 <filename>git log</filename> command: 770 <filename>git log</filename> command:
771 <literallayout class='monospaced'> 771 <literallayout class='monospaced'>
772 $ git log --oneline origin/standard/base..origin/standard/emenlow 772 $ git log --oneline origin/standard/base..origin/standard/emenlow