浏览代码

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

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>
Manuel Rodriguez 9 年之前
父节点
当前提交
7809c97622
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/media/davinci_vpfe/vpfe_video.c

+ 1 - 1
drivers/staging/media/davinci_vpfe/vpfe_video.c

@@ -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;