You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
fix file specification in comments
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
committed by
Adrian Bunk
parent
670e9f34ee
commit
f30c226954
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/alpha/kernel/ksyms.c
|
||||
* linux/arch/alpha/kernel/alpha_ksyms.c
|
||||
*
|
||||
* Export the alpha-specific functions that are needed for loadable
|
||||
* modules.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* alpha/boot/head.S
|
||||
* arch/alpha/kernel/head.S
|
||||
*
|
||||
* initial boot stuff.. At this point, the bootloader has already
|
||||
* switched into OSF/1 PAL-code, and loaded us at the correct address
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/alpha/kernel/machvec.h
|
||||
* linux/arch/alpha/kernel/machvec_impl.h
|
||||
*
|
||||
* Copyright (C) 1997, 1998 Richard Henderson
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/alpha/lib/stackcheck.S
|
||||
* arch/alpha/lib/dbg_stackcheck.S
|
||||
* Contributed by Richard Henderson (rth@tamu.edu)
|
||||
*
|
||||
* Verify that we have not overflowed the stack. Oops if we have.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/alpha/lib/killstack.S
|
||||
* arch/alpha/lib/dbg_stackkill.S
|
||||
* Contributed by Richard Henderson (rth@cygnus.com)
|
||||
*
|
||||
* Clobber the balance of the kernel stack, hoping to catch
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/alpha/memset.S
|
||||
* linux/arch/alpha/lib/memset.S
|
||||
*
|
||||
* This is an efficient (and small) implementation of the C library "memset()"
|
||||
* function for the alpha.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/boot/compressed/head.S
|
||||
* linux/arch/arm/boot/compressed/head-clps7500.S
|
||||
*
|
||||
* Copyright (C) 1999, 2000, 2001 Nexus Electronics Ltd
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-sa1100/sa1111.c
|
||||
* linux/arch/arm/common/sa1111.c
|
||||
*
|
||||
* SA1111 support
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-imx/leds.h
|
||||
* linux/arch/arm/mach-imx/leds.c
|
||||
*
|
||||
* Copyright (C) 2004 Sascha Hauer <sascha@saschahauer.de>
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* include/asm-arm/arch-imx/leds.h
|
||||
* arch/arm/mach-imx/leds.h
|
||||
*
|
||||
* Copyright (c) 2004 Sascha Hauer <sascha@saschahauer.de>
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/arch/mach-ixp4xx/coyote-pci.c
|
||||
* arch/arm/mach-ixp4xx/coyote-pci.c
|
||||
*
|
||||
* PCI setup routines for ADI Engineering Coyote platform
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/arch/mach-ixp4xx/ixdpg425-pci.c
|
||||
* arch/arm/mach-ixp4xx/ixdpg425-pci.c
|
||||
*
|
||||
* PCI setup routines for Intel IXDPG425 Platform
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap1/id.c
|
||||
* linux/arch/arm/mach-omap1/serial.c
|
||||
*
|
||||
* OMAP1 CPU identification code
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap/omap2/board-apollon.c
|
||||
* linux/arch/arm/mach-omap2/board-apollon.c
|
||||
*
|
||||
* Copyright (C) 2005,2006 Samsung Electronics
|
||||
* Author: Kyungmin Park <kyungmin.park@samsung.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap/omap2/board-generic.c
|
||||
* linux/arch/arm/mach-omap2/board-generic.c
|
||||
*
|
||||
* Copyright (C) 2005 Nokia Corporation
|
||||
* Author: Paul Mundt <paul.mundt@nokia.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap/omap2/board-h4.c
|
||||
* linux/arch/arm/mach-omap2/board-h4.c
|
||||
*
|
||||
* Copyright (C) 2005 Nokia Corporation
|
||||
* Author: Paul Mundt <paul.mundt@nokia.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap/omap2/irq.c
|
||||
* linux/arch/arm/mach-omap2/irq.c
|
||||
*
|
||||
* Interrupt handler for OMAP2 boards.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap2/prcm-reg.h
|
||||
* linux/arch/arm/mach-omap2/prcm-regs.h
|
||||
*
|
||||
* OMAP24XX Power Reset and Clock Management (PRCM) registers
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/arm/mach-omap/omap2/serial.c
|
||||
* arch/arm/mach-omap2/serial.c
|
||||
*
|
||||
* OMAP2 serial support.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mach-omap2/sram.S
|
||||
* linux/arch/arm/mach-omap2/sram-fn.S
|
||||
*
|
||||
* Omap2 specific functions that need to be run in internal SRAM
|
||||
*
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user