diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 13:50:25 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 13:16:43 +0200 |
commit | f733e7c0e0c2ccdccbc328f31376282725b5d545 (patch) | |
tree | 38302d1ac99982722ac899d5c6484c1fb68aab00 /arch/arm/mach-omap2/omap_device.c | |
parent | ARM: OMAP2+: Fix typo in omap4-common.c (diff) | |
download | linux-f733e7c0e0c2ccdccbc328f31376282725b5d545.tar.xz linux-f733e7c0e0c2ccdccbc328f31376282725b5d545.zip |
ARM: OMAP2+: Fix typo in omap_device.c
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |