Skip to content
  1. May 15, 2012
  2. May 14, 2012
  3. May 13, 2012
  4. May 12, 2012
    • Eldad Zack's avatar
      net/ipv6/af_inet6.c: checkpatch cleanup · 647c0c70
      Eldad Zack authored
      
      
      af_inet6.c:80: ERROR: do not initialise statics to 0 or NULL
      af_inet6.c:259: ERROR: spaces required around that '=' (ctx:VxV)
      af_inet6.c:394: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:412: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:422: ERROR: do not use assignment in if condition
      af_inet6.c:425: ERROR: do not use assignment in if condition
      af_inet6.c:433: ERROR: do not use assignment in if condition
      af_inet6.c:437: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:446: ERROR: spaces required around that '=' (ctx:VxV)
      af_inet6.c:478: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:485: ERROR: that open brace { should be on the previous line
      af_inet6.c:485: ERROR: space required before the open parenthesis '('
      af_inet6.c:513: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:629: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:647: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:687: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:709: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      af_inet6.c:1073: ERROR: space required before the open parenthesis '('
      
      Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      647c0c70
    • Bjørn Mork's avatar
      net: of/phy: fix build error when phylib is built as a module · b943fbb0
      Bjørn Mork authored
      
      
      CONFIG_OF_MDIO is tristate and will be m if PHYLIB is m.  Use
      IS_ENABLED macro to prevent build error:
      
       ERROR: "of_mdio_find_bus" [drivers/net/phy/mdio-mux.ko] undefined!
      
      Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Cc: David Daney <david.daney@cavium.com>
      Signed-off-by: default avatarBjørn Mork <bjorn@mork.no>
      Acked-by: default avatarDavid Daney <david.daney@cavium.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b943fbb0
    • David S. Miller's avatar
      Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge · 16c788de
      David S. Miller authored
      Included changes:
      
      * fix a little bug in the DHCP packet snooping introduced so far
      * minor fixes and cleanups
      * minor routing protocol API cleanups
      * add a new contributor name to translation-table.{c,h}
      * update copyright years in file headers
      * minor improvement for the routing algorithm
      16c788de