Parcourir la source

fix file specification in comments

Many files include the filename at the beginning, serveral used a wrong one.

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Uwe Kleine-König il y a 18 ans
Parent
commit
5886269962
39 fichiers modifiés avec 39 ajouts et 39 suppressions
  1. 1 1
      arch/arm/mach-s3c2410/sleep.S
  2. 1 1
      arch/arm/plat-s3c24xx/sleep.S
  3. 1 1
      arch/i386/kernel/cpu/mcheck/therm_throt.c
  4. 1 1
      arch/powerpc/platforms/8xx/mpc86xads_setup.c
  5. 1 1
      arch/powerpc/platforms/8xx/mpc885ads_setup.c
  6. 1 1
      arch/ppc/platforms/mpc866ads_setup.c
  7. 1 1
      arch/ppc/syslib/ipic.c
  8. 1 1
      arch/sh/boards/se/7751/setup.c
  9. 1 1
      arch/sh/kernel/cpu/sh3/entry.S
  10. 1 1
      arch/sh/kernel/cpu/sh4a/clock-sh73180.c
  11. 1 1
      arch/sh/kernel/cpu/sh4a/clock-sh7343.c
  12. 1 1
      arch/sh/kernel/cpu/sh4a/clock-sh7770.c
  13. 1 1
      arch/sh/kernel/cpu/sh4a/clock-sh7780.c
  14. 1 1
      arch/sh/kernel/vsyscall/vsyscall.c
  15. 1 1
      arch/um/include/sysdep-i386/archsetjmp.h
  16. 1 1
      arch/um/include/sysdep-x86_64/archsetjmp.h
  17. 1 1
      arch/xtensa/kernel/pci-dma.c
  18. 1 1
      drivers/leds/leds-h1940.c
  19. 1 1
      drivers/video/console/softcursor.c
  20. 1 1
      fs/jbd/checkpoint.c
  21. 1 1
      fs/jbd/recovery.c
  22. 1 1
      fs/jbd/revoke.c
  23. 1 1
      fs/jbd/transaction.c
  24. 1 1
      fs/jbd2/checkpoint.c
  25. 1 1
      fs/jbd2/recovery.c
  26. 1 1
      fs/jbd2/revoke.c
  27. 1 1
      fs/jbd2/transaction.c
  28. 1 1
      include/asm-arm/arch-iop32x/glantank.h
  29. 1 1
      include/asm-arm/arch-iop32x/n2100.h
  30. 1 1
      include/asm-arm/arch-s3c2410/regs-power.h
  31. 1 1
      include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h
  32. 1 1
      include/asm-arm/arch-s3c2410/regs-watchdog.h
  33. 1 1
      include/asm-arm/arch-s3c2410/udc.h
  34. 1 1
      include/asm-sh/edosk7705.h
  35. 1 1
      include/asm-sh/snapgear.h
  36. 1 1
      include/asm-xtensa/platform-iss/simcall.h
  37. 1 1
      include/linux/generic_acl.h
  38. 1 1
      sound/soc/pxa/pxa2xx-ac97.h
  39. 1 1
      sound/soc/pxa/pxa2xx-i2s.h

+ 1 - 1
arch/arm/mach-s3c2410/sleep.S

@@ -1,4 +1,4 @@
-/* linux/arch/arm/mach-s3c2410/s3c2410-sleep.S
+/* linux/arch/arm/mach-s3c2410/sleep.S
  *
  * Copyright (c) 2004 Simtec Electronics
  *	Ben Dooks <ben@simtec.co.uk>

+ 1 - 1
arch/arm/plat-s3c24xx/sleep.S

@@ -1,4 +1,4 @@
-/* linux/arch/arm/mach-s3c2410/sleep.S
+/* linux/arch/arm/plat-s3c24xx/sleep.S
  *
  * Copyright (c) 2004 Simtec Electronics
  *	Ben Dooks <ben@simtec.co.uk>

+ 1 - 1
arch/i386/kernel/cpu/mcheck/therm_throt.c

@@ -1,5 +1,5 @@
 /*
- * linux/arch/i386/kerne/cpu/mcheck/therm_throt.c
+ * linux/arch/i386/kernel/cpu/mcheck/therm_throt.c
  *
  * Thermal throttle event support code (such as syslog messaging and rate
  * limiting) that was factored out from x86_64 (mce_intel.c) and i386 (p4.c).

+ 1 - 1
arch/powerpc/platforms/8xx/mpc86xads_setup.c

@@ -1,4 +1,4 @@
-/*arch/ppc/platforms/mpc86xads-setup.c
+/*arch/powerpc/platforms/8xx/mpc86xads_setup.c
  *
  * Platform setup for the Freescale mpc86xads board
  *

+ 1 - 1
arch/powerpc/platforms/8xx/mpc885ads_setup.c

@@ -1,4 +1,4 @@
-/*arch/ppc/platforms/mpc885ads-setup.c
+/*arch/powerpc/platforms/8xx/mpc885ads_setup.c
  *
  * Platform setup for the Freescale mpc885ads board
  *

+ 1 - 1
arch/ppc/platforms/mpc866ads_setup.c

@@ -1,4 +1,4 @@
-/*arch/ppc/platforms/mpc866ads-setup.c
+/*arch/ppc/platforms/mpc866ads_setup.c
  *
  * Platform setup for the Freescale mpc866ads board
  *

+ 1 - 1
arch/ppc/syslib/ipic.c

@@ -1,5 +1,5 @@
 /*
- * include/asm-ppc/ipic.c
+ * arch/ppc/syslib/ipic.c
  *
  * IPIC routines implementations.
  *

+ 1 - 1
arch/sh/boards/se/7751/setup.c

@@ -1,5 +1,5 @@
 /*
- * linux/arch/sh/kernel/setup_7751se.c
+ * linux/arch/sh/boards/se/7751/setup.c
  *
  * Copyright (C) 2000  Kazumoto Kojima
  *

+ 1 - 1
arch/sh/kernel/cpu/sh3/entry.S

@@ -1,5 +1,5 @@
 /*
- * arch/sh/kernel/entry.S
+ * arch/sh/kernel/cpu/sh3/entry.S
  *
  *  Copyright (C) 1999, 2000, 2002  Niibe Yutaka
  *  Copyright (C) 2003 - 2006  Paul Mundt

+ 1 - 1
arch/sh/kernel/cpu/sh4a/clock-sh73180.c

@@ -1,5 +1,5 @@
 /*
- * arch/sh/kernel/cpu/sh4/clock-sh73180.c
+ * arch/sh/kernel/cpu/sh4a/clock-sh73180.c
  *
  * SH73180 support for the clock framework
  *

+ 1 - 1
arch/sh/kernel/cpu/sh4a/clock-sh7343.c

@@ -1,5 +1,5 @@
 /*
- * arch/sh/kernel/cpu/sh4/clock-sh7343.c
+ * arch/sh/kernel/cpu/sh4a/clock-sh7343.c
  *
  * SH7343/SH7722 support for the clock framework
  *

+ 1 - 1
arch/sh/kernel/cpu/sh4a/clock-sh7770.c

@@ -1,5 +1,5 @@
 /*
- * arch/sh/kernel/cpu/sh4/clock-sh7770.c
+ * arch/sh/kernel/cpu/sh4a/clock-sh7770.c
  *
  * SH7770 support for the clock framework
  *

+ 1 - 1
arch/sh/kernel/cpu/sh4a/clock-sh7780.c

@@ -1,5 +1,5 @@
 /*
- * arch/sh/kernel/cpu/sh4/clock-sh7780.c
+ * arch/sh/kernel/cpu/sh4a/clock-sh7780.c
  *
  * SH7780 support for the clock framework
  *

+ 1 - 1
arch/sh/kernel/vsyscall/vsyscall.c

@@ -1,5 +1,5 @@
 /*
- * arch/sh/kernel/vsyscall.c
+ * arch/sh/kernel/vsyscall/vsyscall.c
  *
  *  Copyright (C) 2006 Paul Mundt
  *

+ 1 - 1
arch/um/include/sysdep-i386/archsetjmp.h

@@ -1,5 +1,5 @@
 /*
- * arch/i386/include/klibc/archsetjmp.h
+ * arch/um/include/sysdep-i386/archsetjmp.h
  */
 
 #ifndef _KLIBC_ARCHSETJMP_H

+ 1 - 1
arch/um/include/sysdep-x86_64/archsetjmp.h

@@ -1,5 +1,5 @@
 /*
- * arch/x86_64/include/klibc/archsetjmp.h
+ * arch/um/include/sysdep-x86_64/archsetjmp.h
  */
 
 #ifndef _KLIBC_ARCHSETJMP_H

+ 1 - 1
arch/xtensa/kernel/pci-dma.c

@@ -1,5 +1,5 @@
 /*
- * arch/xtensa/pci-dma.c
+ * arch/xtensa/kernel/pci-dma.c
  *
  * DMA coherent memory allocation.
  *

+ 1 - 1
drivers/leds/leds-h1940.c

@@ -1,5 +1,5 @@
 /*
- * drivers/leds/h1940-leds.c
+ * drivers/leds/leds-h1940.c
  * Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org>
  *
  * This file is subject to the terms and conditions of the GNU General Public

+ 1 - 1
drivers/video/console/softcursor.c

@@ -1,5 +1,5 @@
 /*
- * linux/drivers/video/softcursor.c
+ * linux/drivers/video/console/softcursor.c
  *
  * Generic software cursor for frame buffer devices
  *

+ 1 - 1
fs/jbd/checkpoint.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/checkpoint.c
+ * linux/fs/jbd/checkpoint.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1999
  *

+ 1 - 1
fs/jbd/recovery.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/recovery.c
+ * linux/fs/jbd/recovery.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1999
  *

+ 1 - 1
fs/jbd/revoke.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/revoke.c
+ * linux/fs/jbd/revoke.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 2000
  *

+ 1 - 1
fs/jbd/transaction.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/transaction.c
+ * linux/fs/jbd/transaction.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1998
  *

+ 1 - 1
fs/jbd2/checkpoint.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/checkpoint.c
+ * linux/fs/jbd2/checkpoint.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1999
  *

+ 1 - 1
fs/jbd2/recovery.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/recovery.c
+ * linux/fs/jbd2/recovery.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1999
  *

+ 1 - 1
fs/jbd2/revoke.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/revoke.c
+ * linux/fs/jbd2/revoke.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 2000
  *

+ 1 - 1
fs/jbd2/transaction.c

@@ -1,5 +1,5 @@
 /*
- * linux/fs/transaction.c
+ * linux/fs/jbd2/transaction.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1998
  *

+ 1 - 1
include/asm-arm/arch-iop32x/glantank.h

@@ -1,5 +1,5 @@
 /*
- * include/asm/arch-iop32x/glantank.h
+ * include/asm-arm/arch-iop32x/glantank.h
  *
  * IO-Data GLAN Tank board registers
  */

+ 1 - 1
include/asm-arm/arch-iop32x/n2100.h

@@ -1,5 +1,5 @@
 /*
- * include/asm/arch-iop32x/n2100.h
+ * include/asm-arm/arch-iop32x/n2100.h
  *
  * Thecus N2100 board registers
  */

+ 1 - 1
include/asm-arm/arch-s3c2410/regs-power.h

@@ -1,4 +1,4 @@
-/* linux/include/asm/arch-s3c2410/regs-power.h
+/* linux/include/asm-arm/arch-s3c2410/regs-power.h
  *
  * Copyright (c) 2003,2004,2005,2006 Simtec Electronics <linux@simtec.co.uk>
  *		      http://armlinux.simtec.co.uk/

+ 1 - 1
include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h

@@ -1,4 +1,4 @@
-/* linux/include/asm-arm/arch-s3c2410/regs-clock.h
+/* linux/include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h
  *
  * Copyright (c) 2007 Simtec Electronics
  *	Ben Dooks <ben@simtec.co.uk>

+ 1 - 1
include/asm-arm/arch-s3c2410/regs-watchdog.h

@@ -1,4 +1,4 @@
-/* linux/include/asm/arch-s3c2410/regs-watchdog.h
+/* linux/include/asm-arm/arch-s3c2410/regs-watchdog.h
  *
  * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
  *		      http://www.simtec.co.uk/products/SWLINUX/

+ 1 - 1
include/asm-arm/arch-s3c2410/udc.h

@@ -1,4 +1,4 @@
-/* linux/include/asm/arch-s3c2410/udc.h
+/* linux/include/asm-arm/arch-s3c2410/udc.h
  *
  * Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org>
  *

+ 1 - 1
include/asm-sh/edosk7705.h

@@ -1,5 +1,5 @@
 /*
- * include/asm-sh/edosk7705/io.h
+ * include/asm-sh/edosk7705.h
  *
  * Modified version of io_se.h for the EDOSK7705 specific functions.
  *

+ 1 - 1
include/asm-sh/snapgear.h

@@ -1,5 +1,5 @@
 /*
- * include/asm-sh/snapgear/io.h
+ * include/asm-sh/snapgear.h
  *
  * Modified version of io_se.h for the snapgear-specific functions.
  *

+ 1 - 1
include/asm-xtensa/platform-iss/simcall.h

@@ -1,5 +1,5 @@
 /*
- * include/asm-xtensa/platform-iss/hardware.h
+ * include/asm-xtensa/platform-iss/simcall.h
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive

+ 1 - 1
include/linux/generic_acl.h

@@ -1,5 +1,5 @@
 /*
- * fs/generic_acl.c
+ * include/linux/generic_acl.h
  *
  * (C) 2005 Andreas Gruenbacher <agruen@suse.de>
  *

+ 1 - 1
sound/soc/pxa/pxa2xx-ac97.h

@@ -1,5 +1,5 @@
 /*
- * linux/sound/arm/pxa2xx-ac97.h
+ * linux/sound/soc/pxa/pxa2xx-ac97.h
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as

+ 1 - 1
sound/soc/pxa/pxa2xx-i2s.h

@@ -1,5 +1,5 @@
 /*
- * linux/sound/arm/pxa2xx-i2s.h
+ * linux/sound/soc/pxa/pxa2xx-i2s.h
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as