Re: [PATCH 00/11] virtio-console: Fine-tuning for 14 function implementations

From: SF Markus Elfring
Date: Sun Aug 06 2017 - 06:57:15 EST


> Date: Wed, 14 Sep 2016 15:43:21 +0200
>
> Several update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (11):
> Use kmalloc_array() in init_vqs()
> Less function calls in init_vqs() after error detection
> Rename a jump label in init()
> Rename jump labels in virtcons_probe()
> Rename jump labels in add_port()
> Rename a jump label in port_fops_open()
> Rename a jump label in port_fops_splice_write()
> Rename jump labels in port_fops_write()
> Rename a jump label in __send_to_port()
> Rename jump labels in alloc_buf()
> Rename a jump label in five functions
>
> drivers/char/virtio_console.c | 155 ++++++++++++++++++++++++------------------
> 1 file changed, 87 insertions(+), 68 deletions(-)

Would you like to take another look at change possibilities
for this software module?

Regards,
Markus