diff options
author | Sanjeev Premi <premi@ti.com> | 2011-02-15 10:57:31 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-17 15:58:28 -0800 |
commit | f69eefd18d5201cd512c862a4bd27b8e8febd20b (patch) | |
tree | 538d5b7cb6835935b64d2180ddde422dc5b7d548 /arch/arm/mach-omap2/board-flash.c | |
parent | 4f85f99b1e9ae9d62e3ea9f0cd3827020e0d9ba2 (diff) | |
download | op-kernel-dev-f69eefd18d5201cd512c862a4bd27b8e8febd20b.zip op-kernel-dev-f69eefd18d5201cd512c862a4bd27b8e8febd20b.tar.gz |
omap3: fix minor typos
This patch fixes typos that were remaining after
the file and functions were renamed.
Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-flash.c')
-rw-r--r-- | arch/arm/mach-omap2/board-flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-flash.c b/arch/arm/mach-omap2/board-flash.c index fd38c05..ce61200 100644 --- a/arch/arm/mach-omap2/board-flash.c +++ b/arch/arm/mach-omap2/board-flash.c @@ -1,5 +1,5 @@ /* - * board-sdp-flash.c + * board-flash.c * Modified from mach-omap2/board-3430sdp-flash.c * * Copyright (C) 2009 Nokia Corporation @@ -189,7 +189,7 @@ unmap: } /** - * sdp3430_flash_init - Identify devices connected to GPMC and register. + * board_flash_init - Identify devices connected to GPMC and register. * * @return - void. */ |