From patchwork Fri Jul 20 13:25:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas THERY X-Patchwork-Id: 1221071 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id DF3A3E0038 for ; Fri, 20 Jul 2012 13:25:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753745Ab2GTNZ5 (ORCPT ); Fri, 20 Jul 2012 09:25:57 -0400 Received: from eu1sys200aog106.obsmtp.com ([207.126.144.121]:53315 "EHLO eu1sys200aog106.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753721Ab2GTNZ4 convert rfc822-to-8bit (ORCPT ); Fri, 20 Jul 2012 09:25:56 -0400 Received: from beta.dmz-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob106.postini.com ([207.126.147.11]) with SMTP ID DSNKUAlcYuHBqNjjIj40dNx4W+rOyoviFmX8@postini.com; Fri, 20 Jul 2012 13:25:56 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D8209122 for ; Fri, 20 Jul 2012 13:25:38 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas3.st.com [10.75.90.18]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 884AD475B for ; Fri, 20 Jul 2012 13:25:38 +0000 (GMT) Received: from SAFEX1MAIL2.st.com ([10.75.90.4]) by SAFEX1HUBCAS3.st.com ([10.75.90.18]) with mapi; Fri, 20 Jul 2012 15:25:37 +0200 From: Nicolas THERY To: "linux-media@vger.kernel.org" Date: Fri, 20 Jul 2012 15:25:37 +0200 Subject: [PATCH for 3.6] v4l: fix copy/paste typo in vb2_reqbufs comment Thread-Topic: [PATCH for 3.6] v4l: fix copy/paste typo in vb2_reqbufs comment Thread-Index: Ac1meyaRhR43DG0qQ+GbKESi7wC4eA== Message-ID: <50095C51.5010207@st.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Nicolas Thery --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/media/video/videobuf2-core.c b/drivers/media/video/videobuf2-core.c index 4e0290a..268c7dd 100644 --- a/drivers/media/video/videobuf2-core.c +++ b/drivers/media/video/videobuf2-core.c @@ -715,8 +715,8 @@ static int __create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create } /** - * vb2_reqbufs() - Wrapper for __reqbufs() that also verifies the memory and - * type values. + * vb2_create_bufs() - Wrapper for __create_bufs() that also verifies the + * memory and type values. * @q: videobuf2 queue * @create: creation parameters, passed from userspace to vidioc_create_bufs * handler in driver--