Re: [PATCH] IPv4: Fix a typo in tcp_v4_do_calc_md5_hash() which prevents compilation

2007-12-21 Thread David Miller
From: Paul Moore <[EMAIL PROTECTED]> Date: Fri, 21 Dec 2007 08:47:13 -0500 > It's spelled "unsigned". > > Signed-off-by: Paul Moore <[EMAIL PROTECTED]> Applied, thanks. I swore I did an allmodconfig test build with that change added, looks like I didn't :-/ -- To unsubscribe from this list: sen

[PATCH] IPv4: Fix a typo in tcp_v4_do_calc_md5_hash() which prevents compilation

2007-12-21 Thread Paul Moore
It's spelled "unsigned". Signed-off-by: Paul Moore <[EMAIL PROTECTED]> --- net/ipv4/tcp_ipv4.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 9cb92b8..9aea88b 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@