From: pablo@xxxxxxxxxxxxx Date: Fri, 6 Jul 2012 13:39:38 +0200 > + if (add_opt.timeout != IPSET_NO_TIMEOUT > + && add_opt.timeout > UINT_MAX/MSEC_PER_SEC) We do not write conditionals like this, with operators beginning a continued line. Instead, write this as: if (a && b) Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html