From mboxrd@z Thu Jan 1 00:00:00 1970 From: premi@ti.com (Sanjeev Premi) Date: Tue, 15 Feb 2011 16:27:31 +0530 Subject: [PATCH 1/2] omap3: fix minor typos In-Reply-To: <1297767452-22554-1-git-send-email-premi@ti.com> References: <1297767452-22554-1-git-send-email-premi@ti.com> Message-ID: <1297767452-22554-2-git-send-email-premi@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch fixes typos that were remaining after the file and functions were renamed. Signed-off-by: Sanjeev Premi --- 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. */ -- 1.7.2.2