From patchwork Sun Dec 11 05:30:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bagas Sanjaya X-Patchwork-Id: 13070506 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 497C3C001B2 for ; Sun, 11 Dec 2022 05:31:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3066210E043; Sun, 11 Dec 2022 05:31:26 +0000 (UTC) Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) by gabe.freedesktop.org (Postfix) with ESMTPS id 667FF10E043 for ; Sun, 11 Dec 2022 05:31:21 +0000 (UTC) Received: by mail-pl1-x631.google.com with SMTP id 4so2940855plj.3 for ; Sat, 10 Dec 2022 21:31:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Z6vTvGihZUD6ZwLwPgKHPa+GfczIEiPsQ9GWLGBlels=; b=mYwjZvO8vfqs/z8B/xTKn8erWEJ1qWiRy8OC3llvni0LA7meFiM74AMfPCOawFKgU9 XLXISPwZP67SdYUHMSVH0CshgvCkJFTmo+p/+CgoMH4SFVePfQsXbyGwlHc/b9ZIV1Z9 eIza4KAel+svqQoeeKjau9ttNzPZJ3s6Gu7kGEO2V74zGeHm89bjTTOJk0Hbwu2/Owi4 bmk94YOub3PhMF4SEq7nBN5VOilQUOWWe+KYrYjgWrLQNsvoWLZ3XZ5vLQRZcoIDHhDD CNN9/kaFdE2sMpP3tz8AUU7/qWr5pXge9DqJJXkcTlYSm7yXwLDxweSCTORnDWLvSCKb LN+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Z6vTvGihZUD6ZwLwPgKHPa+GfczIEiPsQ9GWLGBlels=; b=stZV943rzMwyRKLPEUXqprLfNEVUMMPNYtmOK2lMW5zQ8mnbN03Al41gbMKsjGmad2 bd+CAKcFLdwHrVRbNKSKStIn6oo1mI2ED5bp+YSup7xcqJ1Pr0MB5LQgZySGbjP3G8wY Bzf6pKUqmPttFvn2jK+RHorS0gECVLdUJHD6y4i/hBlTomX2cA3jybY9Ef6ZpsjktYVz 4iVkIBfhiOj0cS73ZYD0AoSVdfvsHg3xc4m6fqou7vbYwD9vO4RNZRNX4iwkpzjhPPNp HfEigZ0Lb5orD1zBOIQWzH0ygwRDozXHQodUfEeutVhDAGJ5OLX1WRJzlE1+qz7D6VNI 6aUw== X-Gm-Message-State: ANoB5pk1nyB9UuW1MOdA+RzV5Lm25Q/UcclDVhI7bzPNoFn6LkXMhABL ATOUlItCJKjn2To0QPEvXb4= X-Google-Smtp-Source: AA0mqf6oalOJMzb3tShfki8wjIKr/gLy4mMu1RvV9fXaLpaV2P7WB5n3RlqGwu2l/dnx9gVZ5L5zHg== X-Received: by 2002:a17:90a:e2d1:b0:219:4bdb:92f4 with SMTP id fr17-20020a17090ae2d100b002194bdb92f4mr11539081pjb.15.1670736680978; Sat, 10 Dec 2022 21:31:20 -0800 (PST) Received: from debian.me (subs28-116-206-12-36.three.co.id. [116.206.12.36]) by smtp.gmail.com with ESMTPSA id k30-20020a17090a4ca100b0020a11217682sm3189190pjh.27.2022.12.10.21.31.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 10 Dec 2022 21:31:20 -0800 (PST) Received: by debian.me (Postfix, from userid 1000) id 64D7D10452A; Sun, 11 Dec 2022 12:31:15 +0700 (WIB) From: Bagas Sanjaya To: dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, oe-kbuild-all@lists.linux.dev Subject: [PATCH] Documentation: gpu: vc4: add blank line separator before KUnit code block Date: Sun, 11 Dec 2022 12:30:52 +0700 Message-Id: <20221211053051.18125-1-bagasdotme@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <202212102116.A10vg3jG-lkp@intel.com> References: <202212102116.A10vg3jG-lkp@intel.com> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1159; i=bagasdotme@gmail.com; h=from:subject; bh=pvBilcpCv4aXZhOeJEGAFfrgfoZtHWn/dmtVyYkJ0t8=; b=owGbwMvMwCH2bWenZ2ig32LG02pJDMlTs1n8lXepN9h6b9l4h21q9Y1Zjx9Yb6mZ8pLhU/gMVr8t XRccOkpZGMQ4GGTFFFkmJfI1nd5lJHKhfa0jzBxWJpAhDFycAjCR63aMDJdW+rqEfL7Vv+bRRIOqw8 J8d44t3XbgZdbnAh1+zZQbD54wMkz7LXOxL3ezz0rPg//yz13n/vipkelb+X+553GWquXqLWwA X-Developer-Key: i=bagasdotme@gmail.com; a=openpgp; fpr=701B806FDCA5D3A58FFB8F7D7C276C64A5E44A1D X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Zimmermann , Jonathan Corbet , =?utf-8?q?Ma=C3=ADra_Canal?= , Bagas Sanjaya , kernel test robot Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" kernel test robot reports htmldocs warning: Documentation/gpu/vc4.rst:65: WARNING: Unexpected indentation. The warning is due to missing blank line separator between KUnit mock driver sentence and its code block. Add the separator to fix the warning. Link: https://lore.kernel.org/linux-doc/202212102116.A10vg3jG-lkp@intel.com/ Fixes: 5304c8e6010012 ("Documentation: gpu: vc4: Add KUnit Tests Section") Reported-by: kernel test robot Signed-off-by: Bagas Sanjaya --- Documentation/gpu/vc4.rst | 1 + 1 file changed, 1 insertion(+) base-commit: 612e241fb4bcd98d8ff9da7a795abb86b8ccfe38 diff --git a/Documentation/gpu/vc4.rst b/Documentation/gpu/vc4.rst index a2375f1584e6d9..ec920c4f5bb322 100644 --- a/Documentation/gpu/vc4.rst +++ b/Documentation/gpu/vc4.rst @@ -62,6 +62,7 @@ integration tests. These tests are using a mock driver and can be ran using the command:: + ./tools/testing/kunit/kunit.py run \ --kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \ --cross_compile aarch64-linux-gnu- --arch arm64