From: Geert Uytterhoeven Date: Thu, 14 Apr 2016 09:08:11 +0000 (+0200) Subject: serial: doc: .break_ctl() may sleep X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=101ca9ccdd30c46afc5c9a30e7acdcbeaa330fa1;p=linux-beck.git serial: doc: .break_ctl() may sleep break_ctl() is not called from any sort of atomic context, so there is no problem with it sleeping. Reported-by: Peter Hurley Signed-off-by: Geert Uytterhoeven Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 7fb80682e394..39701515832b 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -187,7 +187,6 @@ hardware. ctl. Locking: caller holds port->mutex - This call must not sleep startup(port) Grab any interrupt resources and initialise any low level driver