diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-18 21:55:24 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-28 19:18:34 -0400 |
commit | ece9ae6515727d56ca21a8c925965b731a88b43b (patch) | |
tree | 7dff5288ab4d09de537a0af1b29b464eac898614 /arch/m68k/coldfire | |
parent | f86b9e03837beafb4b48d53a76ee4b88559226de (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')
-rw-r--r-- | arch/m68k/coldfire/entry.S | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m5206.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m520x.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m523x.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m5249.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m525x.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m5272.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m527x.c | 4 | ||||
-rw-r--r-- | arch/m68k/coldfire/m528x.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m5307.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m5407.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m54xx.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/vectors.c | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/arch/m68k/coldfire/entry.S b/arch/m68k/coldfire/entry.S index 881ab8e379d4..52d312d5b4d4 100644 --- a/arch/m68k/coldfire/entry.S +++ b/arch/m68k/coldfire/entry.S | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/m68knommu/platform/5307/entry.S | 2 | * entry.S -- interrupt and exception processing for ColdFire |
3 | * | 3 | * |
4 | * Copyright (C) 1999-2007, Greg Ungerer (gerg@snapgear.com) | 4 | * Copyright (C) 1999-2007, Greg Ungerer (gerg@snapgear.com) |
5 | * Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>, | 5 | * Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>, |
diff --git a/arch/m68k/coldfire/m5206.c b/arch/m68k/coldfire/m5206.c index 0e55f449a88c..8945f5e7b39c 100644 --- a/arch/m68k/coldfire/m5206.c +++ b/arch/m68k/coldfire/m5206.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/5206/config.c | 4 | * m5206.c -- platform support for ColdFire 5206 based boards |
5 | * | 5 | * |
6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) | 6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) |
7 | * Copyright (C) 2000-2001, Lineo Inc. (www.lineo.com) | 7 | * Copyright (C) 2000-2001, Lineo Inc. (www.lineo.com) |
diff --git a/arch/m68k/coldfire/m520x.c b/arch/m68k/coldfire/m520x.c index 4040a3c93733..173834f251eb 100644 --- a/arch/m68k/coldfire/m520x.c +++ b/arch/m68k/coldfire/m520x.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/520x/config.c | 4 | * m520x.c -- platform support for ColdFire 520x based boards |
5 | * | 5 | * |
6 | * Copyright (C) 2005, Freescale (www.freescale.com) | 6 | * Copyright (C) 2005, Freescale (www.freescale.com) |
7 | * Copyright (C) 2005, Intec Automation (mike@steroidmicros.com) | 7 | * Copyright (C) 2005, Intec Automation (mike@steroidmicros.com) |
diff --git a/arch/m68k/coldfire/m523x.c b/arch/m68k/coldfire/m523x.c index 6b7135e6d5b4..a191a467eff2 100644 --- a/arch/m68k/coldfire/m523x.c +++ b/arch/m68k/coldfire/m523x.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/523x/config.c | 4 | * m523x.c -- platform support for ColdFire 523x based boards |
5 | * | 5 | * |
6 | * Sub-architcture dependent initialization code for the Freescale | 6 | * Sub-architcture dependent initialization code for the Freescale |
7 | * 523x CPUs. | 7 | * 523x CPUs. |
diff --git a/arch/m68k/coldfire/m5249.c b/arch/m68k/coldfire/m5249.c index f6253a3313b3..e48f55adc447 100644 --- a/arch/m68k/coldfire/m5249.c +++ b/arch/m68k/coldfire/m5249.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/5249/config.c | 4 | * m5249.c -- platform support for ColdFire 5249 based boards |
5 | * | 5 | * |
6 | * Copyright (C) 2002, Greg Ungerer (gerg@snapgear.com) | 6 | * Copyright (C) 2002, Greg Ungerer (gerg@snapgear.com) |
7 | */ | 7 | */ |
diff --git a/arch/m68k/coldfire/m525x.c b/arch/m68k/coldfire/m525x.c index 1adba3909035..3d8583e2187c 100644 --- a/arch/m68k/coldfire/m525x.c +++ b/arch/m68k/coldfire/m525x.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * 525x.c | 4 | * 525x.c -- platform support for ColdFire 525x based boards |
5 | * | 5 | * |
6 | * Copyright (C) 2012, Steven King <sfking@fdwdc.com> | 6 | * Copyright (C) 2012, Steven King <sfking@fdwdc.com> |
7 | */ | 7 | */ |
diff --git a/arch/m68k/coldfire/m5272.c b/arch/m68k/coldfire/m5272.c index 8a4d3cc322c6..b15219ed22bf 100644 --- a/arch/m68k/coldfire/m5272.c +++ b/arch/m68k/coldfire/m5272.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/5272/config.c | 4 | * m5272.c -- platform support for ColdFire 5272 based boards |
5 | * | 5 | * |
6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) | 6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) |
7 | * Copyright (C) 2001-2002, SnapGear Inc. (www.snapgear.com) | 7 | * Copyright (C) 2001-2002, SnapGear Inc. (www.snapgear.com) |
diff --git a/arch/m68k/coldfire/m527x.c b/arch/m68k/coldfire/m527x.c index 62d81ef016f1..2ba470735bed 100644 --- a/arch/m68k/coldfire/m527x.c +++ b/arch/m68k/coldfire/m527x.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/527x/config.c | 4 | * m527x.c -- platform support for ColdFire 527x based boards |
5 | * | 5 | * |
6 | * Sub-architcture dependent initialization code for the Freescale | 6 | * Sub-architcture dependent initialization code for the Freescale |
7 | * 5270/5271 CPUs. | 7 | * 5270/5271 and 5274/5275 CPUs. |
8 | * | 8 | * |
9 | * Copyright (C) 1999-2004, Greg Ungerer (gerg@snapgear.com) | 9 | * Copyright (C) 1999-2004, Greg Ungerer (gerg@snapgear.com) |
10 | * Copyright (C) 2001-2004, SnapGear Inc. (www.snapgear.com) | 10 | * Copyright (C) 2001-2004, SnapGear Inc. (www.snapgear.com) |
diff --git a/arch/m68k/coldfire/m528x.c b/arch/m68k/coldfire/m528x.c index 21cd161d36f1..45e947aeade4 100644 --- a/arch/m68k/coldfire/m528x.c +++ b/arch/m68k/coldfire/m528x.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/528x/config.c | 4 | * m528x.c -- platform support for ColdFire 528x based boards |
5 | * | 5 | * |
6 | * Sub-architcture dependent initialization code for the Freescale | 6 | * Sub-architcture dependent initialization code for the Freescale |
7 | * 5280, 5281 and 5282 CPUs. | 7 | * 5280, 5281 and 5282 CPUs. |
diff --git a/arch/m68k/coldfire/m5307.c b/arch/m68k/coldfire/m5307.c index 887435361386..2da1d146e344 100644 --- a/arch/m68k/coldfire/m5307.c +++ b/arch/m68k/coldfire/m5307.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/5307/config.c | 4 | * m5307.c -- platform support for ColdFire 5307 based boards |
5 | * | 5 | * |
6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) | 6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) |
7 | * Copyright (C) 2000, Lineo (www.lineo.com) | 7 | * Copyright (C) 2000, Lineo (www.lineo.com) |
diff --git a/arch/m68k/coldfire/m5407.c b/arch/m68k/coldfire/m5407.c index 2fb3cdbfde30..738eba6be40e 100644 --- a/arch/m68k/coldfire/m5407.c +++ b/arch/m68k/coldfire/m5407.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/5407/config.c | 4 | * m5407.c -- platform support for ColdFire 5407 based boards |
5 | * | 5 | * |
6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) | 6 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) |
7 | * Copyright (C) 2000, Lineo (www.lineo.com) | 7 | * Copyright (C) 2000, Lineo (www.lineo.com) |
diff --git a/arch/m68k/coldfire/m54xx.c b/arch/m68k/coldfire/m54xx.c index 952da53aa0bc..eec7f71af19e 100644 --- a/arch/m68k/coldfire/m54xx.c +++ b/arch/m68k/coldfire/m54xx.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /***************************************************************************/ | 1 | /***************************************************************************/ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * linux/arch/m68knommu/platform/54xx/config.c | 4 | * m54xx.c -- platform support for ColdFire 54xx based boards |
5 | * | 5 | * |
6 | * Copyright (C) 2010, Philippe De Muyter <phdm@macqel.be> | 6 | * Copyright (C) 2010, Philippe De Muyter <phdm@macqel.be> |
7 | */ | 7 | */ |
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 | */ |