summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-13 20:36:50 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-13 22:00:54 +0200
commitf9b932fed97dfebdc080a76ab91dd8d8a6afa70f (patch)
treef5bdbad7e690d6cd50034cb85787b16e5470e04e /arch
parent714c20c568f14f74fbdf6cf66c8e2d303eca64c1 (diff)
downloadbarebox-f9b932fed97dfebdc080a76ab91dd8d8a6afa70f.tar.gz
barebox-f9b932fed97dfebdc080a76ab91dd8d8a6afa70f.tar.xz
fix typo funtion -> function
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/start.c2
-rw-r--r--arch/arm/mach-omap/devices-gpmc-nand.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/start.c b/arch/arm/cpu/start.c
index ede8fd1f09..c7462f6e2e 100644
--- a/arch/arm/cpu/start.c
+++ b/arch/arm/cpu/start.c
@@ -108,7 +108,7 @@ void __naked __bare_init reset(void)
/*
* Board code can jump here by either returning from board_init_lowlevel
- * or by calling this funtion directly.
+ * or by calling this function directly.
*/
void __naked __section(.text_ll_return) board_init_lowlevel_return(void)
{
diff --git a/arch/arm/mach-omap/devices-gpmc-nand.c b/arch/arm/mach-omap/devices-gpmc-nand.c
index 0fc32f1d07..cf87b57d7f 100644
--- a/arch/arm/mach-omap/devices-gpmc-nand.c
+++ b/arch/arm/mach-omap/devices-gpmc-nand.c
@@ -49,7 +49,7 @@ static struct gpmc_nand_platform_data nand_plat = {
/**
* @brief gpmc_generic_nand_devices_init - init generic nand device
*
- * @return success/fail based on device funtion
+ * @return success/fail based on device function
*/
int gpmc_generic_nand_devices_init(int cs, int width,
enum gpmc_ecc_mode eccmode, struct gpmc_config *nand_cfg)