lkml.org 
[lkml]   [2016]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [media] pxa_camera: fix spelling mistake: "dequeud" -> "dequeued"
Date
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/media/platform/soc_camera/pxa_camera.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/soc_camera/pxa_camera.c b/drivers/media/platform/soc_camera/pxa_camera.c
index 2aaf4a8..82c7be4 100644
--- a/drivers/media/platform/soc_camera/pxa_camera.c
+++ b/drivers/media/platform/soc_camera/pxa_camera.c
@@ -636,7 +636,7 @@ static void pxa_camera_wakeup(struct pxa_camera_dev *pcdev,
v4l2_get_timestamp(&vb->ts);
vb->field_count++;
wake_up(&vb->done);
- dev_dbg(pcdev->soc_host.v4l2_dev.dev, "%s dequeud buffer (vb=0x%p)\n",
+ dev_dbg(pcdev->soc_host.v4l2_dev.dev, "%s dequeued buffer (vb=0x%p)\n",
__func__, vb);

if (list_empty(&pcdev->capture)) {
--
2.8.1
\
 
 \ /
  Last update: 2016-09-17 09:57    [W:0.027 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site