diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-07 13:07:26 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 16:06:53 -0400 |
commit | 3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7 (patch) | |
tree | 80d776e436f91c40659d4b9f955de764bb002533 /board/esd | |
parent | e84b8f6ce0e7daf4e9781172c4ffd74d7d525dbb (diff) | |
download | u-boot-imx-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.zip u-boot-imx-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.tar.gz u-boot-imx-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.tar.bz2 |
Coding Style cleanup: remove trailing white space
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/cpci2dp/cpci2dp.c | 2 | ||||
-rw-r--r-- | board/esd/cpci5200/strataflash.c | 2 | ||||
-rw-r--r-- | board/esd/cpci750/mv_eth.h | 2 | ||||
-rw-r--r-- | board/esd/cpci750/mv_regs.h | 2 | ||||
-rw-r--r-- | board/esd/du440/init.S | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/board/esd/cpci2dp/cpci2dp.c b/board/esd/cpci2dp/cpci2dp.c index aade55a..336c551 100644 --- a/board/esd/cpci2dp/cpci2dp.c +++ b/board/esd/cpci2dp/cpci2dp.c @@ -2,7 +2,7 @@ * (C) Copyright 2005 * Matthias Fuchs, esd gmbh germany, matthias.fuchs@esd-electronics.com * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/esd/cpci5200/strataflash.c b/board/esd/cpci5200/strataflash.c index 4983112..7dc2e58 100644 --- a/board/esd/cpci5200/strataflash.c +++ b/board/esd/cpci5200/strataflash.c @@ -2,7 +2,7 @@ * (C) Copyright 2002 * Brad Kemp, Seranoa Networks, Brad.Kemp@seranoa.com * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/esd/cpci750/mv_eth.h b/board/esd/cpci750/mv_eth.h index b93cb27..c04fb58 100644 --- a/board/esd/cpci750/mv_eth.h +++ b/board/esd/cpci750/mv_eth.h @@ -5,7 +5,7 @@ * based on - Driver for MV64360X ethernet ports * Copyright (C) 2002 rabeeh@galileo.co.il * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ /* diff --git a/board/esd/cpci750/mv_regs.h b/board/esd/cpci750/mv_regs.h index 45274f0..9a54a97 100644 --- a/board/esd/cpci750/mv_regs.h +++ b/board/esd/cpci750/mv_regs.h @@ -5,7 +5,7 @@ * based on - Driver for MV64360X ethernet ports * Copyright (C) 2002 rabeeh@galileo.co.il * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ /******************************************************************************** diff --git a/board/esd/du440/init.S b/board/esd/du440/init.S index f3d76b8..ab4b6ce 100644 --- a/board/esd/du440/init.S +++ b/board/esd/du440/init.S @@ -2,7 +2,7 @@ * (C) Copyright 2008 * Matthias Fuchs, esd gmbh, matthias.fuchs@esd-electronics.com * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <asm-offsets.h> |