Re: [PATCH v4 4/4] hw/usb: fix tab indentation

2022-10-31 Thread Amarjargal Gundjalam
On 26/10/22 00:22, Thomas Huth wrote: On 25/10/2022 16.28, Amarjargal Gundjalam wrote: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed

[PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-21 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé Signed-off-by: Amarjargal Gundjalam --- hw/audio/fmopl.c

[PATCH v3 0/4] ui:hw: fix tab indentation

2022-10-21 Thread Amarjargal Gundjalam
V3 addresses the comments put forward by Thomas. V2 actually already addressed the comments by Daniel, but I forgot to update the patch description add his R-b which are all added in this version. Amarjargal Gundjalam (4): ui: fix tab indentation hw/audio: fix tab indentation hw/display

[PATCH v3 4/4] hw/usb: fix tab indentation

2022-10-21 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé Signed-off-by: Amarjargal Gundjalam --- hw/usb/dev-hub.c

Re: [PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-24 Thread Amarjargal Gundjalam
On 23/10/22 15:53, Volker Rümelin wrote: Am 21.10.22 um 18:59 schrieb Amarjargal Gundjalam: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves:https://gitlab.com/qemu-project/qemu/-/issues/370

[PATCH v4 2/4] hw/audio: fix tab indentation

2022-10-25 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé Signed-off-by: Amarjargal Gundjalam --- hw/audio/fmopl.c

Re: [PATCH v3 2/4] hw/audio: fix tab indentation

2022-10-25 Thread Amarjargal Gundjalam
On 24/10/22 23:42, Amarjargal Gundjalam wrote: On 23/10/22 15:53, Volker Rümelin wrote: Am 21.10.22 um 18:59 schrieb Amarjargal Gundjalam: The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere

[PATCH v4 4/4] hw/usb: fix tab indentation

2022-10-25 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé Signed-off-by: Amarjargal Gundjalam --- hw/usb/dev-hub.c

[PATCH v4 0/4] ui:hw: fix tab indentation

2022-10-25 Thread Amarjargal Gundjalam
V4 fixes the issues addressed by Volker. Amarjargal Gundjalam (4): ui: fix tab indentation hw/audio: fix tab indentation hw/display: fix tab indentation hw/usb: fix tab indentation hw/audio/fmopl.c | 1664 +++--- hw/audio/fmopl.h | 138 +- hw/audio/intel-hda

[PATCH v2 2/4] hw/audio: fix tab indentation

2022-10-18 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Signed-off-by: Amarjargal Gundjalam --- hw/audio/fmopl.c | 1664

[PATCH v2 4/4] hw/usb: fix tab indentation

2022-10-18 Thread Amarjargal Gundjalam
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Signed-off-by: Amarjargal Gundjalam --- hw/usb/dev-hub.c | 86 +- hw/usb/dev

[PATCH v2 0/4] ui:hw: fix tab indentation

2022-10-18 Thread Amarjargal Gundjalam
. Amarjargal Gundjalam (4): ui: fix tab indentation hw/audio: fix tab indentation hw/display: fix tab indentation hw/usb: fix tab indentation hw/audio/fmopl.c | 1664 +++--- hw/audio/fmopl.h | 138 +- hw/audio/intel-hda-defs.h| 1008 ++-- hw/audio/wm8750.c