Message ID | 20170518121729.14776-1-tklauser@distanz.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 18 May 2017 14:17:29 +0200 Tobias Klauser <tklauser@distanz.ch> wrote: > Documentation/kbuild/makefiles.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt > index e18daca65ccd..659afd56ecdb 100644 > --- a/Documentation/kbuild/makefiles.txt > +++ b/Documentation/kbuild/makefiles.txt > @@ -1331,7 +1331,7 @@ See subsequent chapter for the syntax of the Kbuild file. > --- 7.5 mandatory-y > > mandatory-y is essentially used by include/uapi/asm-generic/Kbuild.asm > - to define the minimun set of headers that must be exported in > + to define the minimum set of headers that must be exported in > include/asm. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index e18daca65ccd..659afd56ecdb 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -1331,7 +1331,7 @@ See subsequent chapter for the syntax of the Kbuild file. --- 7.5 mandatory-y mandatory-y is essentially used by include/uapi/asm-generic/Kbuild.asm - to define the minimun set of headers that must be exported in + to define the minimum set of headers that must be exported in include/asm. The convention is to list one subdir per line and
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> --- Documentation/kbuild/makefiles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)