From: Uwe Kleine-König Date: Wed, 4 Jan 2012 23:27:32 +0000 (-0800) Subject: serial/documentation: fix documented name of DCD cpp symbol X-Git-Tag: firefly_0821_release~3680^2~3806^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=343fe4074bf8a1551831f6505e738e99777f739d;p=firefly-linux-kernel-4.4.55.git serial/documentation: fix documented name of DCD cpp symbol Signed-off-by: Uwe Kleine-König Acked-by: Alan Cox Acked-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 77ba0afbe4db..0a25a9191864 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -101,7 +101,7 @@ hardware. Returns the current state of modem control inputs. The state of the outputs should not be returned, since the core keeps track of their state. The state information should include: - - TIOCM_DCD state of DCD signal + - TIOCM_CAR state of DCD signal - TIOCM_CTS state of CTS signal - TIOCM_DSR state of DSR signal - TIOCM_RI state of RI signal