From: Andrea Gelmini Date: Sat, 21 May 2016 11:50:25 +0000 (+0200) Subject: ARM: OMAP2+: Fix typo in omap_device.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f733e7c0e0c2ccdccbc328f31376282725b5d545;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: OMAP2+: Fix typo in omap_device.c Signed-off-by: Andrea Gelmini Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index f7ff3b9dad87..a7be05d83ec7 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c @@ -268,7 +268,7 @@ static int _omap_device_idle_hwmods(struct omap_device *od) * function returns a value different than the value the caller got * the last time it called this function. * - * If any hwmods exist for the omap_device assoiated with @pdev, + * If any hwmods exist for the omap_device associated with @pdev, * return the context loss counter for that hwmod, otherwise return * zero. */