1. 18 May, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      net/ipv4/devinet.c · 3d588ade
      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
        - use member initializations
        - other minor cleanups
      3d588ade
  2. 15 May, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      net/ipv4/af_inet.c · e1932899
      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
      e1932899
  3. 10 May, 2002 12 commits
  4. 09 May, 2002 9 commits
  5. 10 May, 2002 9 commits
  6. 09 May, 2002 8 commits