From patchwork Tue Dec 20 22:02:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 18041 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 8BCF4C3213 for ; Tue, 20 Dec 2022 22:02:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 06B2E633A7; Tue, 20 Dec 2022 23:02:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1671573759; bh=rv32RlORotFOlQ5pKMbq62fJQ0G9vAyRf4AbxJXHx1U=; h=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=YrWkfQLfsXXyshoXAI3fTYfmwX1NzDPtg0Wmb7WluvJuyNkzclhtsURvIwLnyPXRu kLE6H4MrGav6VJN/zYmoq9sGjxyhorvIu6i06DjGgqA3vR96Erw4bhBuI/4bn4sbon 7UvB8zrxxa60eTMd2M3/sGa7KkVWDoU/Cv5G4nxoDHzocvwPOnJrID+0Xx68SbCECO pKyQDUHjLYYjReAi8k2R7SL/zbmzrqoeqafCojq/NXp2JJsQO6THHcwGJr8kjmxf+C slb0pCtvhR5+f4xauJn2nTg8IsVm819V65T14bnQTi0W99Z55zrEXJ7qFlP0KUuX9Y a/vHJ7ALvCiFA== Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BDF8C63398 for ; Tue, 20 Dec 2022 23:02:36 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ucw.cz header.i=@ucw.cz header.b="MJNC4xmx"; dkim-atps=neutral Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 368C81C09F9; Tue, 20 Dec 2022 23:02:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1671573756; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=90G3rt4cJR1CRNEPnwXSmwpyJ4BaALgOBcufxvQlMlw=; b=MJNC4xmxTu4WfDVTq1yqfQeTzmUy1cs+XfMjD2XyhhmHd2NGErfIMxsioTPrA4npQUET0O xtK9YF/KtHl/6m4E8sQ3J4zk46PKZi3w7y/hsj7IktEbr5Zuo5NgnTwpVoxeA3Akm/Kehn nYSWutMz0XhOXBO8ESxif8kool9jCmo= Date: Tue, 20 Dec 2022 23:02:35 +0100 To: Laurent Pinchart Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: [libcamera-devel] [PATCHv2] Simple typo fixes 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-Patchwork-Original-From: Pavel Machek via libcamera-devel From: Pavel Machek Reply-To: Pavel Machek Cc: libcamera-devel@lists.libcamera.org Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi! During reading the code, I found some typos that could be fixed. Signed-off-by: Pavel Machek Reviewed-by: Laurent Pinchart --- v2: rebased to today's tree. commit f214f8fe259b485af926bb6299d07fc17f1272fc Author: Pavel Machek Date: Fri Dec 9 18:43:20 2022 +0000 cleanup: Fix typos. diff --git a/src/ipa/vimc/vimc.cpp b/src/ipa/vimc/vimc.cpp index 9256bbba..d5fabaf1 100644 --- a/src/ipa/vimc/vimc.cpp +++ b/src/ipa/vimc/vimc.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * ipa_vimc.cpp - Vimc Image Processing Algorithm module + * vimc.cpp - Vimc Image Processing Algorithm module */ #include diff --git a/src/libcamera/pipeline/rkisp1/rkisp1.cpp b/src/libcamera/pipeline/rkisp1/rkisp1.cpp index eb9ad65c..c27b3ef9 100644 --- a/src/libcamera/pipeline/rkisp1/rkisp1.cpp +++ b/src/libcamera/pipeline/rkisp1/rkisp1.cpp @@ -220,7 +220,7 @@ RkISP1FrameInfo *RkISP1Frames::create(const RkISP1CameraData *data, Request *req } if (pipe_->availableStatBuffers_.empty()) { - LOG(RkISP1, Error) << "Statisitc buffer underrun"; + LOG(RkISP1, Error) << "Statistic buffer underrun"; return nullptr; } @@ -340,7 +340,7 @@ int RkISP1CameraData::loadIPA(unsigned int hwRevision) /* * The API tuning file is made from the sensor name unless the - * environment variable overrides it. If + * environment variable overrides it. */ std::string ipaTuningFile; char const *configFromEnv = utils::secure_getenv("LIBCAMERA_RKISP1_TUNING_FILE");