Re: [Qemu-devel] [PATCH v4 04/40] checkpatch: Recognize IEC binary prefix definitions

2018-06-13 Thread Philippe Mathieu-Daudé
On 06/10/2018 10:14 PM, Philippe Mathieu-Daudé wrote: > This fixes: > > ERROR: "foo * bar" should be "foo *bar" > #310: FILE: hw/ppc/ppc440_uc.c:564: > +size = 8 * MiB * sh; > total: 1 errors, 0 warnings, 433 lines checked > > Signed-off-by: Philippe Mathieu-Daudé > --- >

[Qemu-devel] [PATCH v4 04/40] checkpatch: Recognize IEC binary prefix definitions

2018-06-10 Thread Philippe Mathieu-Daudé
This fixes: ERROR: "foo * bar" should be "foo *bar" #310: FILE: hw/ppc/ppc440_uc.c:564: +size = 8 * MiB * sh; total: 1 errors, 0 warnings, 433 lines checked Signed-off-by: Philippe Mathieu-Daudé --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git