Commit f1d4cbef authored by Uwe Kleine-König's avatar Uwe Kleine-König

ARM: mxc: grammar fix

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent ccfa7c26
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
/* /*
* This CPU module needs a baseboard to work. After basic initializing * 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 * TODO: Add your own baseboard init function and call it from
* inside eukrea_cpuimx27_init(). * inside eukrea_cpuimx27_init().
* *
......
...@@ -31,7 +31,7 @@ enum mx31lilly_boards { ...@@ -31,7 +31,7 @@ enum mx31lilly_boards {
/* /*
* This CPU module needs a baseboard to work. After basic initializing * 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); extern void mx31lilly_db_init(void);
......
...@@ -32,7 +32,7 @@ enum mx31lite_boards { ...@@ -32,7 +32,7 @@ enum mx31lite_boards {
/* /*
* This CPU module needs a baseboard to work. After basic initializing * 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); extern void mx31lite_db_init(void);
......
...@@ -31,7 +31,7 @@ enum mx31moboard_boards { ...@@ -31,7 +31,7 @@ enum mx31moboard_boards {
/* /*
* This CPU module needs a baseboard to work. After basic initializing * 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); extern void mx31moboard_devboard_init(void);
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
/* /*
* This CPU module needs a baseboard to work. After basic initializing * 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 * TODO: Add your own baseboard init function and call it from
* inside pcm038_init(). * inside pcm038_init().
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment