Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d910c9b authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Jiri Kosina
Browse files

arm: plat-spear: fix typo in kerneldoc



Trivial fix in a typo (enalbed for enabled).

Signed-off-by: default avatarDavidlohr Bueso <dave@gnu.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7a2e3659
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.
 * If peripheral is not supported by current mode then request is rejected.
 * Conflicts between peripherals are not handled and peripherals will be
 * Conflicts between peripherals are not handled and peripherals will be
 * enabled in the order they are present in pmx_dev array.
 * 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
 * Returns -ve on Err otherwise 0
 */
 */
static int pmx_devs_enable(struct pmx_dev **devs, u8 count)
static int pmx_devs_enable(struct pmx_dev **devs, u8 count)