Commit f30c2269 authored by Uwe Zeisberger's avatar Uwe Zeisberger Committed by Adrian Bunk
Browse files

fix file specification in comments



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

Signed-off-by: default avatarUwe Zeisberger <Uwe_Zeisberger@digi.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 670e9f34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 * 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 −1
Original line number Diff line number Diff line
/*
 * 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 −1
Original line number Diff line number Diff line
/*
 *	linux/arch/alpha/kernel/machvec.h
 *	linux/arch/alpha/kernel/machvec_impl.h
 *
 *	Copyright (C) 1997, 1998  Richard Henderson
 *
+1 −1
Original line number Diff line number Diff line
/*
 * 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 −1
Original line number Diff line number Diff line
/*
 * 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
Loading