1. 02 11月, 2006 1 次提交
  2. 19 10月, 2006 13 次提交
  3. 11 10月, 2006 1 次提交
  4. 04 10月, 2006 1 次提交
    • J
      [TIPC]: fix printk warning · 617dbeaa
      Jeff Garzik 提交于
      gcc spits out this warning:
      
      net/tipc/link.c: In function ‘link_retransmit_failure’:
      net/tipc/link.c:1669: warning: cast from pointer to integer of different
      size
      
      More than a little bit ugly, storing integers in void*, but at least the
      code is correct, unlike some of the more crufty Linux kernel code found
      elsewhere.
      
      Rather than having two casts to massage the value into u32, it's easier
      just to have a single cast and use "%lu", since it's just a printk.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      617dbeaa
  5. 22 7月, 2006 2 次提交
  6. 04 7月, 2006 1 次提交
  7. 30 6月, 2006 3 次提交
  8. 28 6月, 2006 1 次提交
  9. 26 6月, 2006 17 次提交