1. 22 2月, 2012 1 次提交
    • J
      isdn: whitespace coding style cleanup · 475be4d8
      Joe Perches 提交于
      isdn source code uses a not-current coding style.
      
      Update the coding style used on a per-line basis
      so that git diff -w shows only elided blank lines
      at EOF.
      
      Done with emacs and some scripts and some typing.
      
      Built x86 allyesconfig.
      No detected change in objdump -d or size.
      Signed-off-by: NJoe Perches <joe@perches.com>
      475be4d8
  2. 20 7月, 2007 1 次提交
    • A
      isdn/sc: compile breakage re check_reset() · e3aded3c
      Alexey Dobriyan 提交于
      There is check_reset() -- global function in drivers/isdn/sc/
      There is check_reset -- variable holding module param in aacraid driver.
      
      On allyesconfig they clash with:
      
        LD      drivers/built-in.o
      drivers/isdn/built-in.o: In function `check_reset':
      : multiple definition of `check_reset'
      drivers/scsi/built-in.o:(.data+0xe458): first defined here
      ld: Warning: size of symbol `check_reset' changed from 4 in drivers/scsi/built-in.o to 219 in drivers/isdn/built-in.o
      ld: Warning: type of symbol `check_reset' changed from 1 to 2 in drivers/isdn/built-in.o
      
      Rename the former.
      Signed-off-by: NAlexey Dobriyan <adobriyan@sw.ru>
      Cc: Karsten Keil <kkeil@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e3aded3c
  3. 13 2月, 2007 1 次提交
  4. 03 10月, 2006 1 次提交
    • A
      [PATCH] isdn: more pr_debug() fixes · 3879b6b6
      Andrew Morton 提交于
      drivers/isdn/sc/event.c: In function 'indicate_status':
      drivers/isdn/sc/event.c:49: error: 'events' undeclared (first use in this function)
      drivers/isdn/sc/event.c:49: error: (Each undeclared identifier is reported only once
      drivers/isdn/sc/event.c:49: error: for each function it appears in.)
      drivers/isdn/sc/event.c:49: warning: format '%d' expects type 'int', but argument 4 has type 'ulong'
      
      drivers/isdn/sc/interrupt.c: In function 'interrupt_handler':
      drivers/isdn/sc/interrupt.c:97: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
      
      drivers/isdn/sc/timer.c: In function 'check_reset':
      drivers/isdn/sc/timer.c:80: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
      Acked-by: NKarsten Keil <kkeil@suse.de>
      Cc: Zach Brown <zach.brown@oracle.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      3879b6b6
  5. 26 6月, 2005 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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