Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1352681 > unrolled thread
| Started by | Manuel Rodriguez <manuel2982@gmail.com> |
|---|---|
| First post | 2016-03-08 08:20 +0100 |
| Last post | 2016-03-08 08:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] Staging: media: davinci_vpfe: Fix spelling error on a comment Manuel Rodriguez <manuel2982@gmail.com> - 2016-03-08 08:20 +0100
| From | Manuel Rodriguez <manuel2982@gmail.com> |
|---|---|
| Date | 2016-03-08 08:20 +0100 |
| Subject | [PATCH] Staging: media: davinci_vpfe: Fix spelling error on a comment |
| Message-ID | <rak5Y-679-9@gated-at.bofh.it> |
Fix spelling error on a comment, change 'wether' to 'whether'
Signed-off-by: Manuel Rodriguez <manuel2982@gmail.com>
---
drivers/staging/media/davinci_vpfe/vpfe_video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/davinci_vpfe/vpfe_video.c b/drivers/staging/media/davinci_vpfe/vpfe_video.c
index 0a65405..e4b953a 100644
--- a/drivers/staging/media/davinci_vpfe/vpfe_video.c
+++ b/drivers/staging/media/davinci_vpfe/vpfe_video.c
@@ -195,7 +195,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;
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web