From patchwork Sat Dec 10 20:58:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 17977 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 584E9BDE6B for ; Sat, 10 Dec 2022 20:58:57 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A3EE261F1B; Sat, 10 Dec 2022 21:58:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1670705936; bh=ssQ0SQ4FVo28kksfZ2E0uS/E/B+WrxqveDxRh83NnUM=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=YvrsMl6J8x2rlBZX2/B5ExCU2G0DhbbG1lPDPZ/k7BYUeT+/oKG0LqwpNSe7bEEJo g98pjWLsiJhKoLWM7aArXnWwxRdYHytcCWZnKzueefg8mFknOslF9KuiyQ27O/SfOs dDVlG0aJQnLlWLvAiDHPhT42GI2b2rNssjMvPa7MZMgrcZo1yF/4FASATr55qFwMPt cBHFhER/PUSBD46ZnI5MG2Xy5C0NulzYexjh89K2AwWcyK9XZUcQ7nfH5faZUC6nKO dfSTUGmdZS2DR8eAjaL0dAHjlymiGfvT8LOlRacWdEzyIeZOVXPNZA+zLGsnWMX/qX LftteZDxVAupQ== Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id CA2BF603CC for ; Sat, 10 Dec 2022 21:58:54 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ucw.cz header.i=@ucw.cz header.b="jZt3PZpx"; dkim-atps=neutral Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 20B5B1C09F6; Sat, 10 Dec 2022 21:58:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1670705934; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=c4RvTwGx+78Za/vEVaS5y+TTAqXRFAcDPW+gM3RT4II=; b=jZt3PZpxyn/JaHihk7Ft8zrVE5cA5nfWmiaw1afjrQmU8tjLD+jOQQ1tqB7AXY9m33STYD ezmfqq+VNeo4B7yuLuXWM7AVGv7mJPxWT5MqUNpHX6Bcd/ZhMIQ7Wy7ns0YG5korR0ZyKQ oQIZ4HEmkS4SCxvxtPWBWud5lxGQhKM= Date: Sat, 10 Dec 2022 21:58:53 +0100 To: libcamera-devel@lists.libcamera.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [libcamera-devel] [PATCH] 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 Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" During reading the code, I found some typos that could be fixed. Signed-off-by: Pavel Machek Reviewed-by: Laurent Pinchart 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 231b16ec..d0a2d2c5 100644 --- a/src/libcamera/pipeline/rkisp1/rkisp1.cpp +++ b/src/libcamera/pipeline/rkisp1/rkisp1.cpp @@ -214,7 +214,7 @@ RkISP1FrameInfo *RkISP1Frames::create(const RkISP1CameraData *data, Request *req FrameBuffer *paramBuffer = pipe_->availableParamBuffers_.front(); if (pipe_->availableStatBuffers_.empty()) { - LOG(RkISP1, Error) << "Statisitc buffer underrun"; + LOG(RkISP1, Error) << "Statistic buffer underrun"; return nullptr; } FrameBuffer *statBuffer = pipe_->availableStatBuffers_.front(); @@ -331,7 +331,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"); @@ -507,7 +507,7 @@ CameraConfiguration::Status RkISP1CameraConfiguration::validate() } } - /* All paths rejected configuraiton. */ + /* All paths rejected configuration. */ LOG(RkISP1, Debug) << "Camera configuration not supported " << cfg.toString(); return Invalid;