]> 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>
Tue, 1 Nov 2011 00:15:25 +0000 (11:15 +1100)
commit5bebab95cd1c215dcc0825f5be547d2266b6f90e
tree01c5575625243ced030febe32a934910ed365fe1
parenta103022537e1df37379cf656e3b3ba5788eab6c4
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