[rtems commit] libcpu misc m68k and sh - Correct formatting and remove weird Id strings

Joel Sherrill joel at rtems.org
Thu May 3 18:20:44 UTC 2012


Module:    rtems
Branch:    master
Commit:    78dea6ceb2d7b28f53d4c8d3386bb514ca625b20
Changeset: http://git.rtems.org/rtems/commit/?id=78dea6ceb2d7b28f53d4c8d3386bb514ca625b20

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu May  3 13:23:07 2012 -0500

libcpu misc m68k and sh - Correct formatting and remove weird Id strings

---

 c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h |   19 ++++++++-----------
 c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h  |   16 +++++++---------
 c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h  |   16 ++++++----------
 c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c     |   16 +++++++---------
 c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h  |   17 +++++++----------
 c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h  |   16 ++++++----------
 6 files changed, 41 insertions(+), 59 deletions(-)

diff --git a/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h b/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h
index 4f984a8..6b19591 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h
+++ b/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h
@@ -1,17 +1,14 @@
 /*
- * Coldfire MCF5206e on-chip peripherial definitions.
- * Contents of this file based on information provided in
- * Motorola MCF5206e User's Manual
+ *  Coldfire MCF5206e on-chip peripherial definitions.
+ *  Contents of this file based on information provided in
+ *  Motorola MCF5206e User's Manual
  *
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
- * Author: Victor V. Vengerov <vvv at oktet.ru>
+ *  Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
+ *  Author: Victor V. Vengerov <vvv at oktet.ru>
  *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
  */
 
 #ifndef __MCF5206E_H__
diff --git a/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h b/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h
index d8a3703..5281e21 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h
+++ b/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h
@@ -1,14 +1,12 @@
-/* MCF5206e MBUS module (I2C bus) driver header file
+/*
+ * MCF5206e MBUS module (I2C bus) driver header file
  *
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
- * Author: Victor V. Vengerov <vvv at oktet.ru>
+ *  Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
+ *  Author: Victor V. Vengerov <vvv at oktet.ru>
  *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
  */
 
 #ifndef __MCFBSP_MCFMBUS_H__
diff --git a/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h b/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h
index dd5ea0b..200ccb5 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h
+++ b/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h
@@ -1,16 +1,12 @@
 /*
- * Generic UART Serial driver for Motorola Coldfire processors definitions
+ *  Generic UART Serial driver for Motorola Coldfire processors definitions
  *
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
- * Author: Victor V. Vengerov <vvv at oktet.ru>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ *  Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
+ *  Author: Victor V. Vengerov <vvv at oktet.ru>
  *
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
  */
 
 #ifndef __MCFUART_H__
diff --git a/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c b/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c
index 6433837..566c5f4 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c
+++ b/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c
@@ -1,14 +1,12 @@
-/* MCF5206e MBUS module (I2C bus) driver
+/*
+ *  MCF5206e MBUS module (I2C bus) driver
  *
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
- * Author: Victor V. Vengerov <vvv at oktet.ru>
+ *  Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
+ *  Author: Victor V. Vengerov <vvv at oktet.ru>
  *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
  */
 
 #include "mcf5206/mcfmbus.h"
diff --git a/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h b/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h
index 87cc922..62c3b24 100644
--- a/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h
+++ b/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h
@@ -1,16 +1,13 @@
 /*
- * Coldfire MCF5272 definitions.
- * Contents of this file based on information provided in
- * Motorola MCF5272 User's Manual.
+ *  Coldfire MCF5272 definitions.
+ *  Contents of this file based on information provided in
+ *  Motorola MCF5272 User's Manual.
  *
- * Copyright (C) 2004 Jay Monkman <jtm at lopingdog.com>
+ *  Copyright (C) 2004 Jay Monkman <jtm at lopingdog.com>
  *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) mcf5206e.h,v 1.1 2001/10/26 19:32:40 joel Exp
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
  */
 
 #ifndef __MCF5272_H__
diff --git a/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h b/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
index 0320adc..c1d0780 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
@@ -1,16 +1,12 @@
 /*
- * Generic UART Serial driver for SH-4 processors definitions
+ *  Generic UART Serial driver for SH-4 processors definitions
  *
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
- * Author: Alexandra Kossovsky <sasha at oktet.ru>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ *  Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
+ *  Author: Alexandra Kossovsky <sasha at oktet.ru>
  *
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
  */
 
 #ifndef __SH4UART_H__




More information about the vc mailing list