Skip to content

Commit

Permalink
whole tree: remove trailing whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Du Huanpeng <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
  • Loading branch information
Du Huanpeng authored and saschahauer committed Apr 21, 2016
1 parent 484a088 commit fe03b34
Show file tree
Hide file tree
Showing 32 changed files with 438 additions and 438 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boards/eukrea_cpuimx27/eukrea_cpuimx27.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2009 Eric Benard, Eukrea Electromatique
* Based on pcm038.c which is :
* Copyright (C) 2007 Sascha Hauer, Pengutronix
* Copyright (C) 2007 Sascha Hauer, Pengutronix
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boards/freescale-mx21-ads/imx21ads.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 2009 Ivo Clarysse
*
*
* Based on imx27ads.c,
* Copyright (C) 2007 Sascha Hauer, Pengutronix
* Copyright (C) 2007 Sascha Hauer, Pengutronix
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boards/freescale-mx23-evk/mx23-evk.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int mx23_evk_console_init(void)

add_generic_device("stm_serial", 0, NULL, IMX_DBGUART_BASE, 8192,
IORESOURCE_MEM, NULL);

return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boards/freescale-mx27-ads/imx27ads.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007 Sascha Hauer, Pengutronix
* Copyright (C) 2007 Sascha Hauer, Pengutronix
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boards/phytec-phycard-imx27/pca100.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007 Sascha Hauer, Pengutronix
* Copyright (C) 2007 Sascha Hauer, Pengutronix
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boards/phytec-phycore-imx27/pcm038.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007 Sascha Hauer, Pengutronix
* Copyright (C) 2007 Sascha Hauer, Pengutronix
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ extern char elf_platform[];

#define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)

/* When the program starts, a1 contains a pointer to a function to be
registered with atexit, as per the SVR4 ABI. A value of 0 means we
/* When the program starts, a1 contains a pointer to a function to be
registered with atexit, as per the SVR4 ABI. A value of 0 means we
have no such handler. */
#define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-netx/clocksource.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*
* (C) Copyright 2007
* Sascha Hauer, Pengutronix
* Sascha Hauer, Pengutronix
*
* See file CREDITS for list of people who contributed to this
* project.
Expand Down
Loading

0 comments on commit fe03b34

Please sign in to comment.