diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 7d82b54f65..12d3d7c8ec 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -802,10 +802,13 @@ The description file can include multiple kconf statements, one per fragment.
Patches
- Patches are described in a very similar way to configuration
- fragments, which are described in the previous section.
- Instead of a .cfg file, they work with
- source patches.
+ Patch descriptions are very similar to configuration fragment
+ descriptions, which are described in the previous section.
+ However, instead of a .cfg file, these
+ descriptions work with source patches.
+
+
+
A typical patch includes a description file and the patch itself:
patches/mypatch.scc:
@@ -814,8 +817,8 @@ The description file can include multiple kconf statements, one per fragment.
patches/mypatch.patch:
<typical-patch>
- For .patch files, the typical patch
- is created with diff -Nurp or
+ You can create the typical .patch
+ file using diff -Nurp or
git format-patch.