virtio: console: Rename wait_is_over() to will_read_block()
authorAmit Shah <amit.shah@redhat.com>
Thu, 20 May 2010 04:15:49 +0000 (22:15 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 19 May 2010 12:45:50 +0000 (22:15 +0930)
commit60caacd3eeab68672961e88db01e26735527d521
tree687dc4dcc2fac6cce97ba8347abb88fccee95a15
parent1d05160be743c506b1d6926e7c637496fa750cd3
virtio: console: Rename wait_is_over() to will_read_block()

We'll introduce a function that checks if write will block.  Have
function names that are similar for the two cases.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c