Reviewed-by: Konstantin Kostiuk
On Wed, Nov 6, 2024 at 3:36 PM Daniel P. Berrangé
wrote:
> On Wed, Nov 06, 2024 at 04:41:33PM +0800, Dehan Meng wrote:
> > Variable declarations moved to the beginning of blocks
> > Followed the coding style of using snake_case for variable names.
> > Proper init
On Wed, Nov 06, 2024 at 04:41:33PM +0800, Dehan Meng wrote:
> Variable declarations moved to the beginning of blocks
> Followed the coding style of using snake_case for variable names.
> Proper initialization of param 'size_t n' to '0' for
>
> Signed-off-by: Dehan Meng
> ---
> qga/commands-linux
Variable declarations moved to the beginning of blocks
Followed the coding style of using snake_case for variable names.
Proper initialization of param 'size_t n' to '0' for
Signed-off-by: Dehan Meng
---
qga/commands-linux.c | 43 +++
1 file changed, 19 in