]> 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>
Wed, 5 Oct 2011 01:01:24 +0000 (12:01 +1100)
commit0058e33c09f34e44dcce59b6a244f7af8cda57c6
treeecb3eb24ed44d9c56bc848ae588da9d18350b165
parent16425ff480c3c50d585ddaf0cacb3761c920cbad
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