From patchwork Sat Oct 5 16:47:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 2104 Return-Path: Received: from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net [195.74.38.228]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A553160BC6 for ; Sat, 5 Oct 2019 18:47:27 +0200 (CEST) X-Halon-ID: a8524aee-e78f-11e9-837a-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (unknown [84.172.88.101]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id a8524aee-e78f-11e9-837a-0050569116f7; Sat, 05 Oct 2019 18:46:32 +0200 (CEST) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Sat, 5 Oct 2019 18:47:05 +0200 Message-Id: <20191005164705.1396897-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: controls: Fix documentation of AwbEnable X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2019 16:47:27 -0000 Align the wording of the documentation for the AwbEnable control with review comments for similar controls. Suggested-by: Laurent Pinchart Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart --- src/libcamera/controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp index 727fdbd9450d2f40..e36410771b750fdb 100644 --- a/src/libcamera/controls.cpp +++ b/src/libcamera/controls.cpp @@ -190,7 +190,7 @@ std::string ControlValue::toString() const * \var AwbEnable * ControlType: Bool * - * Enables or disables the AWB. See also \a libcamera::ControlId::ManualGain + * Enable or disable the AWB. See also \a libcamera::ControlId::ManualGain */ /**