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 05:04:14 -0400 |
commit | 9d910c9bcb4c3164d582ec3283fff5000c4f0d75 (patch) | |
tree | fa8244dbe8ef99fc83d6433441de92c54f7eafb5 | |
parent | 7a2e3659b6ffbee4e742cd6f6a60359ad9148720 (diff) |
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 d2aab3adcdeb..555eec6dc1cb 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) | |||
66 | * If peripheral is not supported by current mode then request is rejected. | 66 | * If peripheral is not supported by current mode then request is rejected. |
67 | * Conflicts between peripherals are not handled and peripherals will be | 67 | * Conflicts between peripherals are not handled and peripherals will be |
68 | * enabled in the order they are present in pmx_dev array. | 68 | * enabled in the order they are present in pmx_dev array. |
69 | * In case of conflicts last peripheral enalbed will be present. | 69 | * In case of conflicts last peripheral enabled will be present. |
70 | * Returns -ve on Err otherwise 0 | 70 | * Returns -ve on Err otherwise 0 |
71 | */ | 71 | */ |
72 | static int pmx_devs_enable(struct pmx_dev **devs, u8 count) | 72 | static int pmx_devs_enable(struct pmx_dev **devs, u8 count) |