diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/Kconfig | 4 | ||||
-rw-r--r-- | drivers/tty/serial/ucc_uart.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index ee51b9514225..c7623f99ac0f 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig | |||
@@ -175,7 +175,7 @@ config ROCKETPORT | |||
175 | This driver supports Comtrol RocketPort and RocketModem PCI boards. | 175 | This driver supports Comtrol RocketPort and RocketModem PCI boards. |
176 | These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or | 176 | These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or |
177 | modems. For information about the RocketPort/RocketModem boards | 177 | modems. For information about the RocketPort/RocketModem boards |
178 | and this driver read <file:Documentation/serial/rocket.rst>. | 178 | and this driver read <file:Documentation/driver-api/serial/rocket.rst>. |
179 | 179 | ||
180 | To compile this driver as a module, choose M here: the | 180 | To compile this driver as a module, choose M here: the |
181 | module will be called rocket. | 181 | module will be called rocket. |
@@ -193,7 +193,7 @@ config CYCLADES | |||
193 | your Linux box, for instance in order to become a dial-in server. | 193 | your Linux box, for instance in order to become a dial-in server. |
194 | 194 | ||
195 | For information about the Cyclades-Z card, read | 195 | For information about the Cyclades-Z card, read |
196 | <file:Documentation/serial/cyclades_z.rst>. | 196 | <file:Documentation/driver-api/serial/cyclades_z.rst>. |
197 | 197 | ||
198 | To compile this driver as a module, choose M here: the | 198 | To compile this driver as a module, choose M here: the |
199 | module will be called cyclades. | 199 | module will be called cyclades. |
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index 6e3c66ab0e62..a0555ae2b1ef 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c | |||
@@ -1081,7 +1081,7 @@ static int qe_uart_verify_port(struct uart_port *port, | |||
1081 | } | 1081 | } |
1082 | /* UART operations | 1082 | /* UART operations |
1083 | * | 1083 | * |
1084 | * Details on these functions can be found in Documentation/serial/driver.rst | 1084 | * Details on these functions can be found in Documentation/driver-api/serial/driver.rst |
1085 | */ | 1085 | */ |
1086 | static const struct uart_ops qe_uart_pops = { | 1086 | static const struct uart_ops qe_uart_pops = { |
1087 | .tx_empty = qe_uart_tx_empty, | 1087 | .tx_empty = qe_uart_tx_empty, |