From patchwork Thu Apr 15 10:17:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 11947 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 6DD3DBD224 for ; Thu, 15 Apr 2021 10:17:56 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8B1036880C; Thu, 15 Apr 2021 12:17:55 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="PbxXC/LN"; dkim-atps=neutral Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2134F605AE for ; Thu, 15 Apr 2021 12:17:54 +0200 (CEST) Received: by mail-ed1-x530.google.com with SMTP id s15so27382264edd.4 for ; Thu, 15 Apr 2021 03:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=b3eatZDCgsI1kFnVCfHq0Wjd0BC0RTxt2A4BaHUITXw=; b=PbxXC/LNb6t7NKCBZA0wivnu0GwMakbFSVm1OVzfQFkoaP96jHG/IW+kV7hxYVOgIa E+015mm2LzMGxpHb9wRRTfLVNuZrde+R7/VFr0mWcVdUSugNDduEzsa3drewN6TyiMxq jcyeLFFZsml+g+fdErVne5oMu910cVKTOaL/0OG1fyyWyxKUS//l2cyZOG4QM0nNPgub e5mKZ8xuBDbYl2ZTFaspOuZa/JxTTFD4qZLLfOTisi9I3Cy5IczjRmRSv1YZVEkPZ1SC GEfaUSU0cbgaABf8i7Df1L4/VcYusfCCoJX+bsGvq4vHhUPcKln4dtBlTPqQpNeSs321 VV3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=b3eatZDCgsI1kFnVCfHq0Wjd0BC0RTxt2A4BaHUITXw=; b=o23dyOZrx20Q2yvEwyQfNagXDBT+Cey2G6QtDxP1MXrEM3yIqSr1Ge63hFgBgN42gZ dzUPDZykZM4+YAsDni4S26wzmy30pLPKBEKoLe+L7/9MVQsq6VoJwb1Kkn5X661Q2LRO az6EamOmz1C7ZYgyhL6Ev/3qlF1738dioNMfDwDtJo2hhIhhHFrBE41tXgc/6UEfqtNF Ng8d9LcexObwqOaGx2DCjdl9Ye7alVYKN8/y84gILRoSNv5Ypfa2IufeYr3VA7yJc7QM ioJLUYAwY4qqREpe8pPpN4lLLYxCpMFFOle+TTvK+kv+NMsv5xsufcV9UYy+8clP76gc V5Ow== X-Gm-Message-State: AOAM533Rh6bFGTvG8Wmm1Yf9Pwu7bKyXn5L8q5abxQTkOb0xRB2z95H/ Gfxov55vEeE0h1PBUL8hy9O6V7fezwgotg== X-Google-Smtp-Source: ABdhPJzFPfLJ1yWjiX/a+Bv6k/Sw6F9liQUb7Y/wgLtKwDTqWrA6Awgb8G1qZeX+++JP5lYwqhCGPw== X-Received: by 2002:a05:6402:142:: with SMTP id s2mr3261054edu.2.1618481873236; Thu, 15 Apr 2021 03:17:53 -0700 (PDT) Received: from naush-laptop.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id e12sm2076071edv.11.2021.04.15.03.17.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Apr 2021 03:17:52 -0700 (PDT) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Thu, 15 Apr 2021 11:17:42 +0100 Message-Id: <20210415101741.1215178-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] pipeline: raspberrypi: Fix typo in a 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" s/embedded/bayer/ Signed-off-by: Naushir Patuck Reviewed-by: Sebastian Fricke Reviewed-by: Laurent Pinchart --- src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp index f22e286ed87a..2a917455500f 100644 --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp @@ -1802,7 +1802,7 @@ bool RPiCameraData::findMatchingBuffers(BayerFrame &bayerFrame, FrameBuffer *&em * pending embedded data buffers. */ if (bayerRequeueCount == unicam_[Unicam::Image].getBuffers().size()) { - /* The embedded queue must be empty at this point! */ + /* The bayer queue must be empty at this point! */ ASSERT(bayerQueue_.empty()); LOG(RPI, Warning) << "Flushing embedded data stream!";