1. 18 12月, 2013 2 次提交
  2. 06 12月, 2013 3 次提交
  3. 15 11月, 2013 1 次提交
  4. 05 11月, 2013 5 次提交
  5. 26 10月, 2013 2 次提交
  6. 22 10月, 2013 4 次提交
  7. 19 10月, 2013 9 次提交
  8. 14 10月, 2013 1 次提交
  9. 09 10月, 2013 1 次提交
  10. 03 10月, 2013 1 次提交
  11. 02 10月, 2013 1 次提交
  12. 28 9月, 2013 5 次提交
  13. 25 9月, 2013 1 次提交
    • J
      qlogic: Remove extern from function prototypes · 8a1a0ae1
      Joe Perches 提交于
      There are a mix of function prototypes with and without extern
      in the kernel sources.  Standardize on not using extern for
      function prototypes.
      
      Function prototypes don't need to be written with extern.
      extern is assumed by the compiler.  Its use is as unnecessary as
      using auto to declare automatic/local variables in a block.
      Signed-off-by: NJoe Perches <joe@perches.com>
      8a1a0ae1
  14. 24 9月, 2013 1 次提交
  15. 16 9月, 2013 1 次提交
  16. 12 9月, 2013 1 次提交
  17. 06 9月, 2013 1 次提交