diff options
author | Jiri Slaby <jslaby@suse.cz> | 2022-04-11 13:01:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-14 18:24:23 +0200 |
commit | e26595034dada8a1e6c10f0e0187f43edec72698 (patch) | |
tree | 10c289557fea4ad9ca766ec9d45f7e2567c3b1a6 | |
parent | 1a4a8f6bbac07e3270805009c69e89c7de801df1 (diff) | |
download | linux-e26595034dada8a1e6c10f0e0187f43edec72698.tar.gz linux-e26595034dada8a1e6c10f0e0187f43edec72698.tar.bz2 linux-e26595034dada8a1e6c10f0e0187f43edec72698.zip |
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 <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220411110143.10019-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/driver-api/serial/index.rst | 1 | ||||
-rw-r--r-- | Documentation/driver-api/tty/index.rst | 1 | ||||
-rw-r--r-- | Documentation/driver-api/tty/n_gsm.rst (renamed from Documentation/driver-api/serial/n_gsm.rst) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/serial/index.rst b/Documentation/driver-api/serial/index.rst index 7eb21a695fc3..4ebdb86cd6b6 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 e6a7f717a9a5..85eaac76a971 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 index 49956509ad73..49956509ad73 100644 --- a/Documentation/driver-api/serial/n_gsm.rst +++ b/Documentation/driver-api/tty/n_gsm.rst |