From patchwork Thu May 13 04:53:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hirokazu Honda X-Patchwork-Id: 12259 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 04BAEC31EB for ; Thu, 13 May 2021 04:53:33 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 7E51D602B5; Thu, 13 May 2021 06:53:32 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="XZymHyt6"; dkim-atps=neutral Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 865B3602B5 for ; Thu, 13 May 2021 06:53:30 +0200 (CEST) Received: by mail-pg1-x533.google.com with SMTP id c21so20201828pgg.3 for ; Wed, 12 May 2021 21:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qP+Lq9RZwKWiIxpzjI8RGSkBn7bI0BQyo/Emg/TqDgI=; b=XZymHyt6rFNj3j1g+XKXzLgd1I2H+wWdeoNNL6h3Mjb9ePt6cXxd+C8oh/P6klbhf7 +8fRULfG7Pl3sibpHhcUfM0B1nV+yNBmjVHT8jaxYGqhqoMlqE/V+rYfaZ03VKrYHkmM pIihVu3vK4Z5USkrNhmjGxomt8oom3WXShcdI= 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=qP+Lq9RZwKWiIxpzjI8RGSkBn7bI0BQyo/Emg/TqDgI=; b=rSYqvXGYDd46r02kqQ+p7oWwuxpJjiyKXAXtjXILZE0X+mSOui6D55UP3D5T7ZAhy8 uW1lP25s1aAo/Fx1qprTWNQ+cfdBj2SG/9pyzPVLzxWg+9PIxtOcV7aXxyGQfpwRM5Ws w0FNMe0yLvoUklj3FvYFLMwar5QZdySzIB4tLRPNvAqC8fWi9lp1CWqoS8mgsIcGSIbM araXICn33TRlkbqwD7i78LqlVM/5YLoAXgaQIEG/RysqOCDgJEfM3FNyyndIi0cDzfVp kqDNO817DDRe8JQ3hUbN0hK2RNU65lNiNKigHTu1MglCWJt4Jov0ZvrvvBeXnSbY5jpS qibQ== X-Gm-Message-State: AOAM530PUfPZJ39aeykVMKy/wbcoox/4iN7PLr4QvaV+CiK+Bxou49wq 2xy/+Rb6IfJpwhFrtdDkAMW8UrI6SVSkOQ== X-Google-Smtp-Source: ABdhPJyZvRmuIpoWZVPTa5RzthRvrTjE1XqbG7iCayaQjwL2t2yD0Ip8okGXGHwsMed/2tWKC17mzw== X-Received: by 2002:a65:640f:: with SMTP id a15mr26791044pgv.251.1620881608854; Wed, 12 May 2021 21:53:28 -0700 (PDT) Received: from hiroh2.tok.corp.google.com ([2401:fa00:8f:2:90f6:be0f:1d8a:d075]) by smtp.gmail.com with ESMTPSA id u12sm5831589pji.45.2021.05.12.21.53.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 May 2021 21:53:28 -0700 (PDT) From: Hirokazu Honda To: libcamera-devel@lists.libcamera.org Date: Thu, 13 May 2021 13:53:23 +0900 Message-Id: <20210513045323.3593490-1-hiroh@chromium.org> X-Mailer: git-send-email 2.31.1.607.g51e8a6a459-goog MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: Fix too short title underline in ipa.rst 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" Sphinx build is broken from the commit (0906ddb2) because a title underline is too short. This fixed the breakage. Signed-off-by: Hirokazu Honda Reviewed-by: Umang Jain Reviewed-by: Paul Elder --- Documentation/guides/ipa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/ipa.rst b/Documentation/guides/ipa.rst index e53486d1..cbffbd9a 100644 --- a/Documentation/guides/ipa.rst +++ b/Documentation/guides/ipa.rst @@ -437,7 +437,7 @@ direct return, since it is an int32, while the other output parameter is a pointer-based output parameter. Using the IPA interface (IPA Module) ------------------------------ +------------------------------------ The following header is necessary to implement an IPA Module (with raspberrypi as an example):