From: Sagi Grimberg <sagi@xxxxxxxxxxx> Date: Tue, 6 Feb 2018 11:44:30 +0200 > + if (!memcmp(in6->sin6_addr.s6_addr, > + in6_any.sin6_addr.s6_addr, 16)) Please indent this properly. When a function call spans multiple lines, the second and subsequent lines of that call must be indented precisely to the column that follows the openning parenthesis of that call. You must use the appropriate number of TAB then SPACE characters necessary to achieve this. Thank you. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html