On Tue, Jun 21, 2016 at 02:42:44PM +0000, Fabien Siron wrote:
[...]
> + case IOV_DECODE_NETLINK:
> + {
> + if (len > c->data_size)
> + len = c->data_size;
> + c->data_size -= len;
> + decode_netlink(tcp, iov[0], iov[1]);
> + break;
> + }These braces are redundant. -- ldv
pgpstATqI3FB6.pgp
Description: PGP signature
------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
