From: Jiri Slaby Date: Mon, 11 Apr 2022 11:01:40 +0000 (+0200) Subject: Documentation: tty: move n_gsm to tty X-Git-Tag: v5.19-rc1~47^2~165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e26595034dada8a1e6c10f0e0187f43edec72698;p=thirdparty%2Flinux.git Documentation: tty: move n_gsm to tty We have n_tty documented in Documentation/driver-api/tty/. n_gsm belongs there too, so move from serial/ to tty/ too. Signed-off-by: Jiri Slaby Link: https://lore.kernel.org/r/20220411110143.10019-4-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/driver-api/serial/index.rst b/Documentation/driver-api/serial/index.rst index 7eb21a695fc36..4ebdb86cd6b6a 100644 --- a/Documentation/driver-api/serial/index.rst +++ b/Documentation/driver-api/serial/index.rst @@ -17,7 +17,6 @@ Serial drivers :maxdepth: 1 moxa-smartio - n_gsm serial-iso7816 serial-rs485 diff --git a/Documentation/driver-api/tty/index.rst b/Documentation/driver-api/tty/index.rst index e6a7f717a9a56..85eaac76a9718 100644 --- a/Documentation/driver-api/tty/index.rst +++ b/Documentation/driver-api/tty/index.rst @@ -68,4 +68,5 @@ Miscellaneous documentation can be further found in these documents: .. toctree:: :maxdepth: 2 + n_gsm n_tty diff --git a/Documentation/driver-api/serial/n_gsm.rst b/Documentation/driver-api/tty/n_gsm.rst similarity index 100% rename from Documentation/driver-api/serial/n_gsm.rst rename to Documentation/driver-api/tty/n_gsm.rst