]> git.karo-electronics.de Git - karo-tx-linux.git/commit
virtio: console: rename variable
authorAmit Shah <amit.shah@redhat.com>
Wed, 14 Sep 2011 07:36:44 +0000 (13:06 +0530)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Sep 2011 00:38:14 +0000 (10:38 +1000)
commit181d79a26d7e40078755281281b4ff19ed7f2f10
tree19c891d8afb02b88ae80478b8ebf05f4c91d1fc2
parent7e97c3fb2c832498c6cd0f4dbd00b4a8b3585e4c
virtio: console: rename variable

'ret' is a misnomer in discard_port_data() since we don't return the
value.  Rename it to 'err'.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c