1. 10 Aug, 2010 3 commits
    • Randy Dunlap's avatar
      net/sock.h: add missing kernel-doc notation · 53c3fa20
      Randy Dunlap authored
      Add missing kernel-doc notation to struct sock:
      
      Warning(include/net/sock.h:324): No description found for parameter 'sk_peer_pid'
      Warning(include/net/sock.h:324): No description found for parameter 'sk_peer_cred'
      Warning(include/net/sock.h:324): No description found for parameter 'sk_classid'
      Warning(include/net/sock.h:324): Excess struct/union/enum/typedef member 'sk_peercred' description in 'sock'
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      53c3fa20
    • Randy Dunlap's avatar
      etherdevice.h: fix kernel-doc typo · 7ed24e8d
      Randy Dunlap authored
      Fix etherdevice.h parameter name typo in kernel-doc:
      
      Warning(include/linux/etherdevice.h:138): No description found for parameter 'hwaddr'
      Warning(include/linux/etherdevice.h:138): Excess function parameter 'addr' description in 'dev_hw_addr_random'
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      7ed24e8d
    • David S. Miller's avatar
      farsync: Fix compile warnings. · 5d337d6f
      David S. Miller authored
      drivers/net/wan/farsync.c: In function 'fst_intr_rx':
      drivers/net/wan/farsync.c:1312: warning: cast to pointer from integer of different size
      drivers/net/wan/farsync.c: In function 'do_bottom_half_tx':
      drivers/net/wan/farsync.c:1407: warning: cast to pointer from integer of different size
      
      The "skb" and "mem" arguments being passed here are DMA addresses
      being programmed into the hardware registers, so pass them as the type
      that they actually are.  And use the correct printf formatting in
      debug logging statements for these things to match the type change.
      Reported-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5d337d6f
  2. 09 Aug, 2010 4 commits
  3. 08 Aug, 2010 7 commits
  4. 06 Aug, 2010 3 commits
  5. 05 Aug, 2010 17 commits
  6. 04 Aug, 2010 6 commits