summaryrefslogtreecommitdiffstats
path: root/board/w7o
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2013-10-07 13:07:26 +0200
committerTom Rini <trini@ti.com>2013-10-14 16:06:53 -0400
commit3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7 (patch)
tree80d776e436f91c40659d4b9f955de764bb002533 /board/w7o
parente84b8f6ce0e7daf4e9781172c4ffd74d7d525dbb (diff)
downloadblackbird-obmc-uboot-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.tar.gz
blackbird-obmc-uboot-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.zip
Coding Style cleanup: remove trailing white space
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/w7o')
-rw-r--r--board/w7o/cmd_vpd.c2
-rw-r--r--board/w7o/errors.h2
-rw-r--r--board/w7o/fpga.c2
-rw-r--r--board/w7o/post1.S2
-rw-r--r--board/w7o/post2.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/board/w7o/cmd_vpd.c b/board/w7o/cmd_vpd.c
index bbb85f39ef..879cb6133c 100644
--- a/board/w7o/cmd_vpd.c
+++ b/board/w7o/cmd_vpd.c
@@ -2,7 +2,7 @@
* (C) Copyright 2001
* Erik Theisen, Wave 7 Optics, etheisen@mindspring.com
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
diff --git a/board/w7o/errors.h b/board/w7o/errors.h
index dfb4558bd1..05540fb2d2 100644
--- a/board/w7o/errors.h
+++ b/board/w7o/errors.h
@@ -2,7 +2,7 @@
* (C) Copyright 2001
* Bill Hunter, Wave 7 Optics, william.hunter@mediaone.net
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _ERRORS_H_
#define _ERRORS_H_
diff --git a/board/w7o/fpga.c b/board/w7o/fpga.c
index 77e0a18022..a27e8ab88f 100644
--- a/board/w7o/fpga.c
+++ b/board/w7o/fpga.c
@@ -4,7 +4,7 @@
* and
* Bill Hunter, Wave 7 Optics, william.hunter@mediaone.net
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <common.h>
diff --git a/board/w7o/post1.S b/board/w7o/post1.S
index 8a1b9e6909..7a411a4920 100644
--- a/board/w7o/post1.S
+++ b/board/w7o/post1.S
@@ -4,7 +4,7 @@
* and
* Erik Theisen, Wave 7 Optics, etheisen@mindspring.com
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
/*
* Description:
diff --git a/board/w7o/post2.c b/board/w7o/post2.c
index f16f9a191c..76b65975ce 100644
--- a/board/w7o/post2.c
+++ b/board/w7o/post2.c
@@ -4,7 +4,7 @@
* and
* Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
OpenPOWER on IntegriCloud