From 8351aabf36dff1de6f2688b131f043ae1366c1ec Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 28 Sep 2019 14:17:08 +0200 Subject: Make linux-next dependency loop fix easier to notice in README Piggyback fixing a typo. --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 985702d..efa31d6 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,12 @@ .. contents:: Table of contents :backlinks: none + +Dependency loop with recent linux-next kernels +---------------------------------------------- -**To fix issues with dependency loops on recent linux-next kernels, apply** `this patch `_\ **. Hopefully, it will be merged soon.** +To fix issues with dependency loops on recent linux-next kernels, apply `this +patch `_. Hopefully, +it will be merged soon. Overview -------- @@ -30,7 +35,7 @@ Kconfiglib implements the recently added `Kconfig preprocessor `__. For backwards compatibility, environment variables can be referenced both as ``$(FOO)`` (the new syntax) and as ``$FOO`` (the old syntax). The old syntax is -deprecated, but will probably be supported for a long time, as its needed to +deprecated, but will probably be supported for a long time, as it's needed to stay compatible with older Linux kernels. The major version will be increased if support is ever dropped. Using the old syntax with an undefined environment variable keeps the string as is. -- cgit v1.2.3