X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Ftty%2Ftty_buffer.c;h=6d4995a5f3187cf083e22dfaa4aa58f856fbeacd;hb=0f97458173a23c8f218f6041767d0a145a13abe6;hp=bd2d91546e32716c68522da2545cb74bc30117c1;hpb=23859ae44402f4d935b9ee548135dd1e65e2cbf4;p=linux-2.6-microblaze.git diff --git a/drivers/tty/tty_buffer.c b/drivers/tty/tty_buffer.c index bd2d91546e32..6d4995a5f318 100644 --- a/drivers/tty/tty_buffer.c +++ b/drivers/tty/tty_buffer.c @@ -583,6 +583,7 @@ void tty_buffer_init(struct tty_port *port) /** * tty_buffer_set_limit - change the tty buffer memory limit * @port: tty port to change + * @limit: memory limit to set * * Change the tty buffer memory limit. * Must be called before the other tty buffer functions are used.