serial: doc: Always refer to tty_port->mutex
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 11 May 2016 11:56:04 +0000 (13:56 +0200)
committerJonathan Corbet <corbet@lwn.net>
Sat, 14 May 2016 16:18:19 +0000 (10:18 -0600)
commit95f981f2e3b9a27ea2eb744b6861a3b9c81a1fde
treefb6862487573e7fb45b6c8e04c00930898df0771
parent30955e71fc2bd1b966ce6531285ac59ae653819f
serial: doc: Always refer to tty_port->mutex

Stop referring to the mutex member of the tty_port struct as
'port->mutex', as 'port' is ambiguous, and usually refers to the
uart_port struct in this document.  Use 'tty_port->mutex' instead,
following the single existing use.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/serial/driver