Hello, Note:
no-re...@patchew.org, on Sun 13 Nov 2016 15:13:47 -0800, wrote: > Your series seems to have some coding style problems. See output below for > more information: > > === OUTPUT BEGIN === > fatal: unrecognized argument: --no-patch > Checking PATCH 1/1: ... > ERROR: suspect code indent for conditional statements (4, 6) > #29: FILE: slirp/socket.c:74: > + if (ifm->ifq_so == so) { > + ifm->ifq_so = NULL; > > ERROR: suspect code indent for conditional statements (4, 6) > #37: FILE: slirp/socket.c:82: > + if (ifm->ifq_so == so) { > + ifm->ifq_so = NULL; This is due to that portion of the slirp code using 2-space indentation instead of 4-space indentation. Samuel