From: Davidlohr Bueso Date: Tue, 13 Jul 2010 09:54:08 +0000 (-0400) Subject: arm: plat-spear: fix typo in kerneldoc X-Git-Tag: v2.6.36-rc1~566^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d910c9bcb4c3164d582ec3283fff5000c4f0d75;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git arm: plat-spear: fix typo in kerneldoc Trivial fix in a typo (enalbed for enabled). Signed-off-by: Davidlohr Bueso Signed-off-by: Jiri Kosina --- diff --git a/arch/arm/plat-spear/padmux.c b/arch/arm/plat-spear/padmux.c index d2aab3a..555eec6 100644 --- a/arch/arm/plat-spear/padmux.c +++ b/arch/arm/plat-spear/padmux.c @@ -66,7 +66,7 @@ static int pmx_mode_set(struct pmx_mode *mode) * If peripheral is not supported by current mode then request is rejected. * Conflicts between peripherals are not handled and peripherals will be * enabled in the order they are present in pmx_dev array. - * In case of conflicts last peripheral enalbed will be present. + * In case of conflicts last peripheral enabled will be present. * Returns -ve on Err otherwise 0 */ static int pmx_devs_enable(struct pmx_dev **devs, u8 count)