Quoting David Miller: | > if (level == SOL_UDP || level == SOL_UDPLITE) | > - return do_udpv6_setsockopt(sk, level, optname, optval, optlen); | > + return udp_lib_setsockopt(sk, level, optname, optval, optlen, | > + udp_v6_push_pending_frames ); | > return compat_ipv6_setsockopt(sk, level, optname, optval, optlen); | > } | > #endif | | Specifically, the space between the push_pending_frames final argument | passed and the closing parenthesis was removed. Why did you put | that there? It looks fugly :) Thank you for ironing this out, and a nice euphemism, too |-) The intention was to match the end of the arguments list in the preceding line. But it seems that my feeble attempts to be neat here have not met with wide approval ..... still enjoying the euphemism :-)
Many thanks and best regards Gerrit - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html