diff options
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/common.rst | 4 |
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. | |||
1376 | See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for | 1376 | See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for |
1377 | information on how to create a configuration file. | 1377 | information on how to create a configuration file. |
1378 | 1378 | ||
1379 | Following is sample output from the ``do_kernel_configcheck`` task: | 1379 | Here 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. | |||
1809 | What Changed in a Kernel? | 1809 | What Changed in a Kernel? |
1810 | ------------------------- | 1810 | ------------------------- |
1811 | 1811 | ||
1812 | Following are a few examples that show how to use Git commands to | 1812 | Here are a few examples that show how to use Git commands to |
1813 | examine changes. These examples are by no means the only way to see | 1813 | examine changes. These examples are by no means the only way to see |
1814 | changes. | 1814 | changes. |
1815 | 1815 | ||