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

Commit 7809c976 authored by Manuel Rodriguez's avatar Manuel Rodriguez Committed by Mauro Carvalho Chehab
Browse files

[media] staging: media: davinci_vpfe: Fix spelling error on a comment



Fix spelling error on a comment, change 'wether' to 'whether'

Signed-off-by: default avatarManuel Rodriguez <manuel2982@gmail.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent f1c002f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ static int vpfe_update_pipe_state(struct vpfe_video_device *video)
	return 0;
}

/* checks wether pipeline is ready for enabling */
/* checks whether pipeline is ready for enabling */
int vpfe_video_is_pipe_ready(struct vpfe_pipeline *pipe)
{
	int i;