1. 21 May, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      net/core/dev.c · f8128c1b
      Arnaldo Carvalho de Melo authored
          - remove spurious spaces and tabs at end of lines
          - make sure if, while, for, switch has a space before the opening '('
          - make sure no line has more than 80 chars
          - move initializations to the declaration line where possible
          - bitwise, logical and arithmetic operators have spaces before and after,
            improving readability of complex expressions
          - remove uneeded () in returns
          - other minor cleanups
      
      Before:
         text    data     bss     dec     hex filename
        15228   12376    2560   30164    75d4 net/core/dev.o
      After:
         text    data     bss     dec     hex filename
        14840   12364    2624   29828    7484 net/core/dev.o
      f8128c1b
  2. 10 May, 2002 12 commits
  3. 09 May, 2002 9 commits
  4. 10 May, 2002 9 commits
  5. 09 May, 2002 9 commits