From patchwork Sun Apr 18 17:27:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Fricke X-Patchwork-Id: 11979 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id BE9CABD812 for ; Sun, 18 Apr 2021 17:27:29 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 24D27605AE; Sun, 18 Apr 2021 19:27:29 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=posteo.net header.i=@posteo.net header.b="Oyu/G5wq"; dkim-atps=neutral Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id ABC45602CA for ; Sun, 18 Apr 2021 19:27:27 +0200 (CEST) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 24AFE2400FE for ; Sun, 18 Apr 2021 19:27:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618766847; bh=ROc3NZgb6GBD58DM+ckfCws7cWfAyFxs4DxurjsMWec=; h=From:To:Cc:Subject:Date:From; b=Oyu/G5wqeVctkAhiSQFt0n6AYMRFgNeNJXwDqYxd1VWOAlnZ/hnO3yS4ERVg8Fju4 G8+pu9FPez/zSKP3ukFHq6Eb2D6/ybmJCa179jw3kwJ00cEYBOQ+nEa43htlfb8i7h 7/nOaJvQBxRw8MfJgXdwOCa61nFUADOaL7DXdvAP4wzKWe9aG4kLOYKgzrzrOwTVyq xG4ZNZ6GZdCHoFARMNedI/o8J6rd+3zkc6MD1Yrkpf/+bu0w0xCBIOwnfTpHT8iALw Sm+m6vvb7iXBfoiOyv+6fVoWtOjLPat/4xGMGfy0KM8503ns3RBVWg4rK+7yvX068o V8+dn1IT6WNTQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FNcMf34Mpz9rxM; Sun, 18 Apr 2021 19:27:26 +0200 (CEST) From: Sebastian Fricke To: libcamera-devel@lists.libcamera.org Date: Sun, 18 Apr 2021 17:27:10 +0000 Message-Id: <20210418172712.61536-1-sebastian.fricke@posteo.net> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/2] ipa: cam_helper_imx219: Rework comment 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Fix two typos and improve the sentence. Signed-off-by: Sebastian Fricke Reviewed-by: Laurent Pinchart --- src/ipa/raspberrypi/cam_helper_imx219.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ipa/raspberrypi/cam_helper_imx219.cpp b/src/ipa/raspberrypi/cam_helper_imx219.cpp index 0e454d0d..ecd56455 100644 --- a/src/ipa/raspberrypi/cam_helper_imx219.cpp +++ b/src/ipa/raspberrypi/cam_helper_imx219.cpp @@ -11,8 +11,8 @@ #include /* - * We have observed the imx219 embedded data stream randomly return junk - * reister values. Do not rely on embedded data until this has been resolved. + * We have observed that the imx219 embedded data stream randomly returns junk + * register values. Do not rely on embedded data until this has been resolved. */ #define ENABLE_EMBEDDED_DATA 0