Re: [PATCH 0/7] Code cleanup 2

2024-01-04 Thread Artem Chernyshev
Thank you and sorry for those miss-alignments with coding style. Could you check my first submission as well? https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/DCOUUBC2V7WR2HXDBKYQ4E3JOJP7E2MC/ Artem ___ Devel mailing list -- devel

Re: [PATCH 0/7] Code cleanup 2

2024-01-04 Thread Michal Prívozník
On 1/4/24 01:16, Artem Chernyshev wrote: > Several functions was modified to become invariant. Change > their type to void and remove unnecessary checks of their > return values. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Artem Chernyshev (7): > cpu: : virCPUx86Da

[PATCH 0/7] Code cleanup 2

2024-01-03 Thread Artem Chernyshev
Several functions was modified to become invariant. Change their type to void and remove unnecessary checks of their return values. Found by Linux Verification Center (linuxtesting.org) with SVACE. Artem Chernyshev (7): cpu: : virCPUx86DataAddItem() to void rpc: virnetserver: virNetServerAddS