diff options
author | Davidlohr Bueso <dave.bueso@gmail.com> | 2010-07-13 05:54:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-19 11:04:14 +0200 |
commit | 9d910c9bcb4c3164d582ec3283fff5000c4f0d75 (patch) | |
tree | fa8244dbe8ef99fc83d6433441de92c54f7eafb5 /arch/arm/plat-spear | |
parent | 7a2e3659b6ffbee4e742cd6f6a60359ad9148720 (diff) | |
download | linux-3.10-9d910c9bcb4c3164d582ec3283fff5000c4f0d75.tar.gz linux-3.10-9d910c9bcb4c3164d582ec3283fff5000c4f0d75.tar.bz2 linux-3.10-9d910c9bcb4c3164d582ec3283fff5000c4f0d75.zip |
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>
Diffstat (limited to 'arch/arm/plat-spear')
-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 d2aab3adcde..555eec6dc1c 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) |