Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- net/ipv4/tcp_lp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/net/ipv4/tcp_lp.c +++ b/net/ipv4/tcp_lp.c @@ -321,7 +321,7 @@ static struct tcp_congestion_ops tcp_lp static int __init tcp_lp_register(void) { - BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE); + BUILD_BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE); return tcp_register_congestion_control(&tcp_lp); } - 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