Skip to content

Commit c85c367

Browse files
ColinIanKingdtor
authored andcommitted
Input: ims-pcu - fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220928211003.61872-1-colin.i.king@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 25d0bef commit c85c367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/misc/ims-pcu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ static int ims_pcu_switch_to_bootloader(struct ims_pcu *pcu)
744744
error = ims_pcu_execute_command(pcu, JUMP_TO_BTLDR, NULL, 0);
745745
if (error) {
746746
dev_err(pcu->dev,
747-
"Failure when sending JUMP TO BOOLTLOADER command, error: %d\n",
747+
"Failure when sending JUMP TO BOOTLOADER command, error: %d\n",
748748
error);
749749
return error;
750750
}

0 commit comments

Comments
 (0)