Skip to content

Commit

Permalink
ARM: mxc: grammar fix
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Jun 24, 2010
1 parent ccfa7c2 commit f1d4cbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/plat-mxc/include/mach/board-eukrea_cpuimx27.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef __ASSEMBLY__
/*
* This CPU module needs a baseboard to work. After basic initializing
* its own devices, it calls baseboard's init function.
* its own devices, it calls the baseboard's init function.
* TODO: Add your own baseboard init function and call it from
* inside eukrea_cpuimx27_init().
*
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-mxc/include/mach/board-mx31lilly.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum mx31lilly_boards {

/*
* This CPU module needs a baseboard to work. After basic initializing
* its own devices, it calls baseboard's init function.
* its own devices, it calls the baseboard's init function.
*/

extern void mx31lilly_db_init(void);
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-mxc/include/mach/board-mx31lite.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum mx31lite_boards {

/*
* This CPU module needs a baseboard to work. After basic initializing
* its own devices, it calls baseboard's init function.
* its own devices, it calls the baseboard's init function.
*/

extern void mx31lite_db_init(void);
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-mxc/include/mach/board-mx31moboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum mx31moboard_boards {

/*
* This CPU module needs a baseboard to work. After basic initializing
* its own devices, it calls baseboard's init function.
* its own devices, it calls the baseboard's init function.
*/

extern void mx31moboard_devboard_init(void);
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-mxc/include/mach/board-pcm038.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef __ASSEMBLY__
/*
* This CPU module needs a baseboard to work. After basic initializing
* its own devices, it calls baseboard's init function.
* its own devices, it calls the baseboard's init function.
* TODO: Add your own baseboard init function and call it from
* inside pcm038_init().
*
Expand Down

0 comments on commit f1d4cbe

Please sign in to comment.