Re: [PATCH] Remove link to nonexistent rocket driver docs
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-05-11 17:04:02
Also in:
linux-kernel-mentees, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-05-11 17:04:02
Also in:
linux-kernel-mentees, lkml
Desmond Cheong Zhi Xi [off-list ref] writes:
Fixes: 3b00b6af7a5b ("tty: rocket, remove the driver")
The rocket driver and documentation were removed in this commit, but
the corresponding entry in index.rst was not removed.
Signed-off-by: Desmond Cheong Zhi Xi <redacted>Please note: the "Fixes" tag should be down at the end with your signoff.
Documentation/driver-api/serial/index.rst | 1 - 1 file changed, 1 deletion(-)diff --git a/Documentation/driver-api/serial/index.rst b/Documentation/driver-api/serial/index.rst index 21351b8c95a4..8f7d7af3b90b 100644 --- a/Documentation/driver-api/serial/index.rst +++ b/Documentation/driver-api/serial/index.rst@@ -19,7 +19,6 @@ Serial drivers moxa-smartio n_gsm - rocket serial-iso7816 serial-rs485
Otherwise this looks like a good fix. I've applied it (with Fixes in the right place), thanks. jon