commit | 335a64a5c21ed58de21c0130c90c7e647cdcf572 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Feb 24 10:37:44 2010 +0530 |
committer | Amit Shah <amit.shah@redhat.com> | Thu Mar 04 13:40:39 2010 +0530 |
tree | 50019062a9f17134ac38a4a9b999f6112e6c818e | |
parent | 604b2ad7ccb11569d3b843bb1ce0fbe034e70769 [diff] |
virtio: console: Use better variable names for fill_queue operation We want to keep track of the number of buffers added to a vq. Use nr_added_bufs instead of 'ret'. Also, the users of fill_queue() overloaded a local 'err' variable to check the numbers of buffers allocated. Use nr_added_bufs instead of err. Signed-off-by: Amit Shah <amit.shah@redhat.com> Reported-by: Juan Quintela <quintela@redhat.com>