On 13.11.2017 18:09, [email protected] wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: [...] > === OUTPUT BEGIN === > Checking PATCH 1/1: hw/net/vmxnet3: Fix code to work on big endian hosts, > too... > ERROR: spaces required around that ':' (ctx:VxV) > #202: FILE: hw/net/vmxnet3.h:232: > + u32 msscof:14; /* MSS, checksum offset, flags */
FWIW, these are definitely false warnings: If I change the patch to use spaces around ":" everywhere in the bitfields, checkpatch complains instead that the spaces should be removed! Thomas
