diff options
author | Wolfgang Denk | 2013-10-07 13:07:26 +0200 |
---|---|---|
committer | Tom Rini | 2013-10-14 16:06:53 -0400 |
commit | 3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7 (patch) | |
tree | 80d776e436f91c40659d4b9f955de764bb002533 /board/w7o | |
parent | e84b8f6ce0e7daf4e9781172c4ffd74d7d525dbb (diff) |
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.c | 2 | ||||
-rw-r--r-- | board/w7o/errors.h | 2 | ||||
-rw-r--r-- | board/w7o/fpga.c | 2 | ||||
-rw-r--r-- | board/w7o/post1.S | 2 | ||||
-rw-r--r-- | board/w7o/post2.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/board/w7o/cmd_vpd.c b/board/w7o/cmd_vpd.c index bbb85f39efa..879cb6133cd 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 dfb4558bd19..05540fb2d2c 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 77e0a180227..a27e8ab88fb 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 8a1b9e69099..7a411a4920c 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 f16f9a191c1..76b65975cef 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> |