1. 16 Jul, 2007 1 commit
    • Dave Jones's avatar
      isofs: fix up CodingStyle · c3ed85a3
      Dave Jones authored
      
      fs/isofs/* had a bunch of CodingStyle issues.
      * Indentation was a mix of spaces and tabs
      * "int * foo" instead of "int *foo"
      * "while ( foo )" instead of "while (foo)"
      * if (foo) blah; on one line instead of two
      * Missing printk KERN_ levels
      * lots of trailing whitespace
      * lines >80 columns changed to wrap.
      * Unnecessary prototype removed by shuffling code order in C file.
      
      Should be no functional changes other than slight size increase due to
      printk changes.  Further improvement possible, but this is a start..
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      c3ed85a3
  2. 10 Oct, 2006 1 commit
  3. 21 Mar, 2006 1 commit
  4. 26 Apr, 2005 1 commit
  5. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4