diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2019-01-18 22:58:04 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-01-20 18:41:39 -0700 |
commit | 1d2375f048b7da90402c7a40fb3606b320c3f76f (patch) | |
tree | 014bd292a562e9fe2b7f6edc1b65b1ed4b0757a2 /Documentation/process | |
parent | be5cd20c9b491504dfb9105404913de25c47c580 (diff) | |
download | linux-1d2375f048b7da90402c7a40fb3606b320c3f76f.tar.gz linux-1d2375f048b7da90402c7a40fb3606b320c3f76f.tar.bz2 linux-1d2375f048b7da90402c7a40fb3606b320c3f76f.zip |
doc:process: remove note from 'stable api nonsense'
The link referred by the note can't be retrieved: this patch just
remove that old note.
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/stable-api-nonsense.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/process/stable-api-nonsense.rst b/Documentation/process/stable-api-nonsense.rst index 24f5aeecee91..57d95a49c096 100644 --- a/Documentation/process/stable-api-nonsense.rst +++ b/Documentation/process/stable-api-nonsense.rst @@ -171,8 +171,7 @@ is also a rough job. Simple, get your kernel driver into the main kernel tree (remember we are talking about GPL released drivers here, if your code doesn't fall -under this category, good luck, you are on your own here, you leech -<insert link to leech comment from Andrew and Linus here>.) If your +under this category, good luck, you are on your own here, you leech). If your driver is in the tree, and a kernel interface changes, it will be fixed up by the person who did the kernel change in the first place. This ensures that your driver is always buildable, and works over time, with |