]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] staging: media: davinci_vpfe: Fix spelling error on a comment
authorManuel Rodriguez <manuel2982@gmail.com>
Tue, 8 Mar 2016 07:16:06 +0000 (04:16 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 23 Nov 2016 15:56:31 +0000 (13:56 -0200)
Fix spelling error on a comment, change 'wether' to 'whether'

Signed-off-by: Manuel Rodriguez <manuel2982@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/davinci_vpfe/vpfe_video.c

index 8be9f854510f4df1d287ce7a49521f2b48e32db0..117b6be2f3c4d346518b5976a1149358fb5cf62a 100644 (file)
@@ -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;