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 9b197bfccb..0cee503346 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1295,7 +1295,7 @@ In order to run this task, you must have an existing ``.config`` file.
1295See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for 1295See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for
1296information on how to create a configuration file. 1296information on how to create a configuration file.
1297 1297
1298Following is sample output from the :ref:`ref-tasks-kernel_configcheck` task: 1298Here is sample output from the :ref:`ref-tasks-kernel_configcheck` task:
1299 1299
1300.. code-block:: none 1300.. code-block:: none
1301 1301
@@ -1726,7 +1726,7 @@ tree. Using Git is an efficient way to see what has changed in the tree.
1726What Changed in a Kernel? 1726What Changed in a Kernel?
1727------------------------- 1727-------------------------
1728 1728
1729Following are a few examples that show how to use Git commands to 1729Here are a few examples that show how to use Git commands to
1730examine changes. These examples are by no means the only way to see 1730examine changes. These examples are by no means the only way to see
1731changes. 1731changes.
1732 1732