aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/coldfire/vectors.c
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2014-08-18 21:55:24 -0400
committerGreg Ungerer <gerg@uclinux.org>2014-09-28 19:18:34 -0400
commitece9ae6515727d56ca21a8c925965b731a88b43b (patch)
tree7dff5288ab4d09de537a0af1b29b464eac898614 /arch/m68k/coldfire/vectors.c
parentf86b9e03837beafb4b48d53a76ee4b88559226de (diff)
m68k: fix crufty ColdFire intro comments
Quite a few of the ColdFire specific support files have a pathname in the title comments of the file. These files have moved around a bit over the years, and most are no longer accurate. Remove the pathname and fix the comments to include at least a short description of the files contents. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire/vectors.c')
-rw-r--r--arch/m68k/coldfire/vectors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/vectors.c b/arch/m68k/coldfire/vectors.c
index a4dbdecbec7a..08923fe600e0 100644
--- a/arch/m68k/coldfire/vectors.c
+++ b/arch/m68k/coldfire/vectors.c
@@ -1,7 +1,7 @@
1/***************************************************************************/ 1/***************************************************************************/
2 2
3/* 3/*
4 * linux/arch/m68knommu/platform/coldfire/vectors.c 4 * vectors.c -- high level trap setup for ColdFire
5 * 5 *
6 * Copyright (C) 1999-2007, Greg Ungerer <gerg@snapgear.com> 6 * Copyright (C) 1999-2007, Greg Ungerer <gerg@snapgear.com>
7 */ 7 */