1. 16 7月, 2008 4 次提交
  2. 16 6月, 2008 2 次提交
  3. 06 6月, 2008 1 次提交
  4. 12 5月, 2008 1 次提交
    • S
      [MIPS] Alchemy PCI code style cleanup · a9633279
      Sergei Shtylyov 提交于
      Fix 15 errors and 4 warnings given by checkpatch.pl:
      
      - space between the asterisk and variable name;
      
      - space after opening and before closing parentheses;
      
      - leading spaces instead of tabs;
      
      - printk() without KERN_* facility level;
      
      - unnecessary braces for single-statement block;
      
      - line over 80 characters.
      
      In addition to these changes, also do the following:
      
      - combine the nested 'if' statements into one when possible;
      
      - remove needless parentheses;
      
      - add missing and remove excess spaces between operator and its operands;
      
      - fix printk() format specifiers mismatching the argument types;
      
      - put the function's result type and name/parameters on the same line;
      
      - insert missing and remove excess new lines;
      
      - properly indent multi-line expressions;
      
      - make the multi-line comment style consistent with the kernel style elsewhere
        by adding empty first line;
      
      - fix typos, capitalize acronyms, etc. in the comments;
      
      - update MontaVista copyright;
      
      - remove Pete Popov's old email address...
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a9633279
  5. 29 4月, 2008 2 次提交
  6. 01 4月, 2008 1 次提交
  7. 12 3月, 2008 2 次提交
  8. 20 2月, 2008 2 次提交
  9. 29 1月, 2008 1 次提交
  10. 15 1月, 2008 1 次提交
  11. 07 1月, 2008 2 次提交
  12. 15 12月, 2007 1 次提交
  13. 07 12月, 2007 1 次提交
  14. 04 12月, 2007 1 次提交
  15. 16 11月, 2007 3 次提交
  16. 30 10月, 2007 2 次提交
  17. 20 10月, 2007 1 次提交
  18. 17 10月, 2007 2 次提交
  19. 12 10月, 2007 6 次提交
  20. 09 10月, 2007 1 次提交
  21. 05 10月, 2007 1 次提交
  22. 12 9月, 2007 1 次提交
  23. 11 9月, 2007 1 次提交