Skip to content

Commit

Permalink
arm: plat-spear: fix typo in kerneldoc
Browse files Browse the repository at this point in the history
Trivial fix in a typo (enalbed for enabled).

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Davidlohr Bueso authored and Jiri Kosina committed Jul 19, 2010
1 parent 7a2e365 commit 9d910c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-spear/padmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d910c9

Please sign in to comment.