From patchwork Thu Oct 10 17:21:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Frank Schaefer X-Patchwork-Id: 20348 X-Patchwork-Delegate: hverkuil@xs4all.nl Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1VUJvc-0003Ct-Od; Thu, 10 Oct 2013 19:21:36 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.72/mailfrontend-5) with esmtp id 1VUJva-000810-95; Thu, 10 Oct 2013 19:21:36 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755807Ab3JJRVZ (ORCPT + 1 other); Thu, 10 Oct 2013 13:21:25 -0400 Received: from mail-ee0-f43.google.com ([74.125.83.43]:57141 "EHLO mail-ee0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750880Ab3JJRVY (ORCPT ); Thu, 10 Oct 2013 13:21:24 -0400 Received: by mail-ee0-f43.google.com with SMTP id e52so1309660eek.2 for ; Thu, 10 Oct 2013 10:21:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=8iyKPFd8LawhqrxWfpk0+yPFovKlLEsLQsN3q72WdJE=; b=Plhm7YJG5U/aNx9o3P2i+7RO1/qLzeKQ5col15A8xSYgxKBvCexgnS0vFJWsRr5EF3 Qd+h0Ay0KkTefYPjOC6DU8XeKX3gb7+YTupa6eEcj66Oni+rdPksHniwbtZEigve1Z6h Y0WlYWXr2AY08MMh/FEAXg/aBTE+ywlD3ROAyT8SHxsv3mG5/Z9JQjeaZEhndyyVIawp 0X2ZnZNi0S2DCGPOzrdlyFPxAO6JmH77dQ4yau/ZbyGWi1AqmkNNJfe13AMiEf6MrSYt bYUSwn1EfijFR+nSBofoFwfTE5Cj5u1Fe0bAga+eJSJMDfv2E7MRDRmRjoJ4arelDmgS 1yXw== X-Received: by 10.14.94.195 with SMTP id n43mr526134eef.93.1381425683277; Thu, 10 Oct 2013 10:21:23 -0700 (PDT) Received: from Athlon64X2-5000.site (ip-109-91-213-248.unitymediagroup.de. [109.91.213.248]) by mx.google.com with ESMTPSA id f49sm103931040eec.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 10:21:22 -0700 (PDT) From: =?UTF-8?q?Frank=20Sch=C3=A4fer?= To: hans.verkuil@cisco.com Cc: linux-media@vger.kernel.org, =?UTF-8?q?Frank=20Sch=C3=A4fer?= Subject: [PATCH 1/2] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h Date: Thu, 10 Oct 2013 19:21:32 +0200 Message-Id: <1381425692-5023-1-git-send-email-fschaefer.oss@googlemail.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.10.10.171514 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_800_899 0, CT_TEXT_PLAIN_UTF8_CAPS 0, DKIM_SIGNATURE 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MULTIPLE_RCPTS_CC_X2 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS , __YOUTUBE_RCVD 0' Signed-off-by: Frank Schäfer --- include/media/v4l2-ctrls.h | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index 47ada23..16f7f26 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.h @@ -571,7 +571,7 @@ static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl) mutex_lock(ctrl->handler->lock); } -/** v4l2_ctrl_lock() - Helper function to unlock the handler +/** v4l2_ctrl_unlock() - Helper function to unlock the handler * associated with the control. * @ctrl: The control to unlock. */