1. 31 1月, 2009 1 次提交
  2. 08 1月, 2009 2 次提交
  3. 10 12月, 2008 1 次提交
  4. 28 10月, 2008 3 次提交
  5. 15 10月, 2008 2 次提交
  6. 11 10月, 2008 2 次提交
  7. 27 9月, 2008 2 次提交
  8. 26 8月, 2008 1 次提交
  9. 31 7月, 2008 4 次提交
  10. 20 7月, 2008 2 次提交
  11. 16 7月, 2008 11 次提交
  12. 16 6月, 2008 2 次提交
  13. 06 6月, 2008 1 次提交
  14. 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
  15. 29 4月, 2008 2 次提交
  16. 01 4月, 2008 1 次提交
  17. 12 3月, 2008 2 次提交