From patchwork Fri Jun 5 08:26:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3933 Return-Path: Received: from mail-ej1-x641.google.com (mail-ej1-x641.google.com [IPv6:2a00:1450:4864:20::641]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3A0EA6120E for ; Fri, 5 Jun 2020 10:26:55 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="tskb2yLa"; dkim-atps=neutral Received: by mail-ej1-x641.google.com with SMTP id q19so9138548eja.7 for ; Fri, 05 Jun 2020 01:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=rTw1RKiwWXR0WQG/XrJio1BDwbJQmdcxW+0f00HsX1U=; b=tskb2yLai6gOF+qb81t7f2BFurvPdTgVAWOMCXtJvCIofzUmxYYWNIRaBMVrCkMw+N c6/rGvJCBE0N+xJZlaYJ79zL4bHopPOcaeLhZ7oOd23rPIO0nQGFnlZKvI+6bv5BxBJ8 Y7lHLpr1t5hfMX3nw3qcfeT9IhXPO1K8RSfmMopy63EJcTe99IndE4fBZxe9nAzCx3aH A55rlutWcZX9OV5uZT1MKAAe1Bu6gbVIP/SbL0hZ6V8UEtcFFKgfBw/vDYjOUcnwljoq pXRL31tLL7l+iYWYgMyAIanegO1NeX10Ma9l/nV6JUT04zDsZgSuOG+HSi8YbpW4iOpe mDLw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=rTw1RKiwWXR0WQG/XrJio1BDwbJQmdcxW+0f00HsX1U=; b=VsZpSF2zOYGqixNQpDEJTmsRWMJqUoCiayzM9S2AjguJn6L7dsdCPWGnL+6mR1Ilrg KyrpFerCtu8Gq2Rt+nuWXXt015j3qEhOKWbI4kcKYrPOFTqKzOi7Ro3OULCCbrcxdzAI 58FMm0l3AEkVSUSuPO+hQ6ltOyT8PMV1m9pxVEb7Ey+56SXSph+C4rFNaHjhULnc0lR2 0iGQUiJyYmCCPgum/bREMDQqZOWTf4FnnbIUUZiTf1WRrioSXOkwkHR5I3BF8NfjIcTF 4Yvv3toBrtTOoqpTLvTRsCLqZk/Frb1JDgmz5MUmMqGlvPDktbbeDz42nyq2oLNy90Qb DwIQ== X-Gm-Message-State: AOAM531cgWh1NGjSb6jOFEQ1EuPMQDGCUXjCSGDxL+wRLFrYlUdIkA3M IXcgVuYeYNIg3zVrNtGROv+g35jspfM= X-Google-Smtp-Source: ABdhPJzWKPRRsVoht26Rm/qsee+aaHWfTvWMnNBCSfvEn314RNgA1Vbrrtv883cK3ZzX2t9m7XvxJQ== X-Received: by 2002:a17:906:c058:: with SMTP id bm24mr7509781ejb.73.1591345614755; Fri, 05 Jun 2020 01:26:54 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:54 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:17 +0200 Message-Id: <20200605082618.3793785-6-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 5/6] libcamera: ipa_module: Fix typo in function description 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: Fri, 05 Jun 2020 08:26:55 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/libcamera/ipa_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp index 91534b6..045c8fc 100644 --- a/src/libcamera/ipa_module.cpp +++ b/src/libcamera/ipa_module.cpp @@ -453,7 +453,7 @@ struct ipa_context *IPAModule::createContext() } /** - * \brief Verify if the IPA module maches a given pipeline handler + * \brief Verify if the IPA module matches a given pipeline handler * \param[in] pipe Pipeline handler to match with * \param[in] minVersion Minimum acceptable version of IPA module * \param[in] maxVersion Maximum acceptable version of IPA module