On Tue, 31 Jan 2023 at 19:39, BALATON Zoltan <[email protected]> wrote: > > Signed-off-by: BALATON Zoltan <[email protected]> > --- > hw/usb/hcd-ohci.c | 162 +++++++++++++++++++++++----------------------- > 1 file changed, 80 insertions(+), 82 deletions(-) > > - .subsections = (const VMStateDescription*[]) { > + .subsections = (const VMStateDescription * []) {
You might as well leave this one alone. (checkpatch does not analyse this syntax correctly and mistakenly thinks it needs spaces because it's a multiplication...) Otherwise Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
