Jesper Juhl
926d4b8122
[IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4/raw.c
...
This patch gets rid of the following gcc -W warning in net/ipv4/raw.c :
net/ipv4/raw.c:387: warning: comparison of unsigned expression < 0 is always false
Since 'len' is of type size_t it is unsigned and can thus never be <0, and
since this is obvious from the function declaration just a few lines above
I think it's ok to remove the pointless check for len<0.
Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-06-18 23:00:00 -07:00
..
2005-06-02 13:02:25 -07:00
2005-06-15 20:51:14 -07:00
2005-06-13 15:12:33 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-18 22:55:51 -07:00
2005-05-31 17:08:05 -07:00
2005-04-16 15:20:36 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:55:51 -07:00
2005-06-13 15:19:03 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-05 16:36:49 -07:00
2005-04-16 15:20:36 -07:00
2005-05-18 22:52:33 -07:00
2005-06-18 22:56:18 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-05 16:36:49 -07:00
2005-06-18 23:00:00 -07:00
2005-06-18 22:54:12 -07:00
2005-06-18 22:47:21 -07:00
2005-06-13 15:19:03 -07:00
2005-06-18 22:48:55 -07:00
2005-05-23 12:03:06 -07:00
2005-06-18 22:49:40 -07:00
2005-06-18 22:47:59 -07:00
2005-06-18 22:47:21 -07:00
2005-06-18 22:48:55 -07:00
2005-06-18 22:48:55 -07:00
2005-05-30 15:50:15 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-03 16:27:10 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00