Re: [PATCH net-next] tun: Fixed unsigned/signed comparison

2014-12-31 Thread David Miller
From: Alex Gartrell Date: Thu, 25 Dec 2014 23:05:03 -0800 > Validated that this was actually using the unsigned comparison with gdb. > > Signed-off-by: Alex Gartrell Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

[PATCH net-next] tun: Fixed unsigned/signed comparison

2014-12-25 Thread Alex Gartrell
Validated that this was actually using the unsigned comparison with gdb. Signed-off-by: Alex Gartrell --- drivers/net/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/tun.c b/drivers/net/tun.c index a5cbf67..6c63e21 100644 --- a/drivers/net/tun.c +++ b/driver