diff options
Diffstat (limited to 'include/linux/tty_driver.h')
-rw-r--r-- | include/linux/tty_driver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index e48c608a8fa8..92e337c18839 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h | |||
@@ -152,6 +152,8 @@ | |||
152 | * This routine notifies the tty driver that it should stop | 152 | * This routine notifies the tty driver that it should stop |
153 | * outputting characters to the tty device. | 153 | * outputting characters to the tty device. |
154 | * | 154 | * |
155 | * Called with ->flow_lock held. Serialized with start() method. | ||
156 | * | ||
155 | * Optional: | 157 | * Optional: |
156 | * | 158 | * |
157 | * Note: Call stop_tty not this method. | 159 | * Note: Call stop_tty not this method. |
@@ -161,6 +163,8 @@ | |||
161 | * This routine notifies the tty driver that it resume sending | 163 | * This routine notifies the tty driver that it resume sending |
162 | * characters to the tty device. | 164 | * characters to the tty device. |
163 | * | 165 | * |
166 | * Called with ->flow_lock held. Serialized with stop() method. | ||
167 | * | ||
164 | * Optional: | 168 | * Optional: |
165 | * | 169 | * |
166 | * Note: Call start_tty not this method. | 170 | * Note: Call start_tty not this method. |