From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69D41C6FA8F for ; Tue, 29 Aug 2023 18:01:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237967AbjH2SBI (ORCPT ); Tue, 29 Aug 2023 14:01:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237745AbjH2SAn (ORCPT ); Tue, 29 Aug 2023 14:00:43 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 408DF11B; Tue, 29 Aug 2023 11:00:40 -0700 (PDT) Received: from [IPV6:2804:431:a881:db00:51cf:cbff:7cc4:3f6d] (unknown [IPv6:2804:431:a881:db00:51cf:cbff:7cc4:3f6d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: koike) by madras.collabora.co.uk (Postfix) with ESMTPSA id D0D1D66071FD; Tue, 29 Aug 2023 19:00:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1693332039; bh=i73/jHaGWMu/rHjW04TeYQepCq+QBhdF1yKqAZFgAcU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=VZZ/fE0uEra22irHH9fjGW7ATFx9yijAUBJo7Sngt8KbcC4OL/M0Xh1YwwgXZvnSM ivABQuerNkyG3mnOyroepgYzmDDQaluEZ4eMWYpkX6GUgnPkrGAxsHDPcdwTW5u3jY fva1DczVm+HUv0Et/9vMYdqbwhV0VC3nQ1vp/7SZ54X7qHx3vbj/Mj0P8uebn6L6lq fd5tO+rG4EEaKMzekqXWgadmfG4Z79dS5cmKmYv8QWe7mbYAswVgTr1GqpMHD5o8f4 1vMGdN9wE6KewgDEaFhlx03moJHf5MInojeiZE5pIWdyP5CX65x1HM+q0svdRDtuoQ x4HZo7SZmYNgA== Message-ID: <04d7610f-5057-3faa-1a11-716c29400e7e@collabora.com> Date: Tue, 29 Aug 2023 15:00:32 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v2] drm: ci: docs: fix build warning - add missing escape Content-Language: en-US To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, airlied@gmail.com References: <20230824164230.48470-1-helen.koike@collabora.com> From: Helen Koike In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 29/08/2023 14:57, Daniel Vetter wrote: > On Thu, Aug 24, 2023 at 01:42:30PM -0300, Helen Koike wrote: >> Fix the following warning: >> >> Documentation/gpu/automated_testing.rst:55: WARNING: Inline emphasis start-string without end-string. >> >> Reported-by: Stephen Rothwell >> Signed-off-by: Helen Koike > > Applied this, sorry for the delay. I also rebased the tree onto latest > drm-next, in case there's any fixes for the current set of ci support that > need applying. np, thanks for picking it up. > > The other series I've seen looks like it's adding more support, I guess > that can be skipped for the initial stuff? Yes, it enables more tests (which is good for getting more feedback from people) but yeah, I guess it can be skipped for the initial thing. Regards, Helen > -Sima > >> >> --- >> >> Patch for topic/drm-ci >> >> V2: >> - Fix typo s/scape/escape >> >> --- >> Documentation/gpu/automated_testing.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/gpu/automated_testing.rst b/Documentation/gpu/automated_testing.rst >> index 1b87b802ac7f..469b6fb65c30 100644 >> --- a/Documentation/gpu/automated_testing.rst >> +++ b/Documentation/gpu/automated_testing.rst >> @@ -52,7 +52,7 @@ IGT_VERSION >> drivers/gpu/drm/ci/testlist.txt >> ------------------------------- >> >> -IGT tests to be run on all drivers (unless mentioned in a driver's *-skips.txt >> +IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt >> file, see below). >> >> drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-fails.txt >> -- >> 2.34.1 >> >