diff options
author | Davidlohr Bueso <dave.bueso@gmail.com> | 2010-07-13 09:54:08 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-19 09:04:14 (GMT) |
commit | 9d910c9bcb4c3164d582ec3283fff5000c4f0d75 (patch) | |
tree | fa8244dbe8ef99fc83d6433441de92c54f7eafb5 | |
parent | 7a2e3659b6ffbee4e742cd6f6a60359ad9148720 (diff) | |
download | linux-fsl-qoriq-9d910c9bcb4c3164d582ec3283fff5000c4f0d75.tar.xz |
arm: plat-spear: fix typo in kerneldoc
Trivial fix in a typo (enalbed for enabled).
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/arm/plat-spear/padmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |