From: Brian Gerst Date: Sat, 25 Mar 2006 19:48:37 +0000 (-0500) Subject: kbuild: fix garbled text in modules.txt X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a7d7cb3cd6c97cbbe21d528c014e5f592006457d;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git kbuild: fix garbled text in modules.txt Signed-off-by: Brian Gerst Signed-off-by: Sam Ravnborg --- diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index fcccf2432f9..61fc079eb96 100644 --- a/Documentation/kbuild/modules.txt +++ b/Documentation/kbuild/modules.txt @@ -44,7 +44,7 @@ What is covered within this file is mainly information to authors of modules. The author of an external modules should supply a makefile that hides most of the complexity so one only has to type 'make' to build the module. A complete example will be present in -chapter ยค. Creating a kbuild file for an external module". +chapter 4, "Creating a kbuild file for an external module". === 2. How to build external modules