tun: Fixed unsigned/signed comparison
authorAlex Gartrell <agartrell@fb.com>
Fri, 26 Dec 2014 07:05:03 +0000 (23:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Dec 2014 19:14:54 +0000 (14:14 -0500)
commit87897931c83038af4931990af5b9365b41829921
tree1521790c5f2c0ae41c6028e962ca8e88b387da2f
parent886eaa1fe668e75615a48df2ff68e23b762e31e8
tun: Fixed unsigned/signed comparison

Validated that this was actually using the unsigned comparison with gdb.

Signed-off-by: Alex Gartrell <agartrell@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c