[email protected] writes: > Hi, > > Your series seems to have some coding style problems. See output below for > more information: [...] > Checking PATCH 16/17: Replace qmp-commands.hx by doc/qmp-commands.txt... > ERROR: trailing whitespace > #168: FILE: docs/qmp-commands.txt:73: > +Arguments: $ > > ERROR: trailing whitespace > #1660: FILE: docs/qmp-commands.txt:1565: > +Arguments: $ > > ERROR: trailing whitespace > #2386: FILE: docs/qmp-commands.txt:2291: > + $ > > ERROR: trailing whitespace > #2403: FILE: docs/qmp-commands.txt:2308: > + $ > > ERROR: trailing whitespace > #2787: FILE: docs/qmp-commands.txt:2692: > + (such as RDMA pinning) which may be expensive, but do not $ > > ERROR: trailing whitespace > #2788: FILE: docs/qmp-commands.txt:2693: > + actually occur during the iterative migration rounds $ > > total: 6 errors, 0 warnings, 3901 lines checked
All fixed in the next commit. You could swap the two to shut up checkpatch, but that feels like a waste of your time to me. [...]
