summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index 3e1ef389b8..cbcb30281a 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1376,7 +1376,7 @@ In order to run this task, you must have an existing ``.config`` file.
1376See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for 1376See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for
1377information on how to create a configuration file. 1377information on how to create a configuration file.
1378 1378
1379Following is sample output from the ``do_kernel_configcheck`` task: 1379Here is sample output from the ``do_kernel_configcheck`` task:
1380 1380
1381.. code-block:: none 1381.. code-block:: none
1382 1382
@@ -1809,7 +1809,7 @@ tree. Using Git is an efficient way to see what has changed in the tree.
1809What Changed in a Kernel? 1809What Changed in a Kernel?
1810------------------------- 1810-------------------------
1811 1811
1812Following are a few examples that show how to use Git commands to 1812Here are a few examples that show how to use Git commands to
1813examine changes. These examples are by no means the only way to see 1813examine changes. These examples are by no means the only way to see
1814changes. 1814changes.
1815 1815