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 X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CED4C3B186 for ; Mon, 10 Feb 2020 20:56:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E422A20715 for ; Mon, 10 Feb 2020 20:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581368210; bh=3KVU7cQUqPeKaVpfbjSoKLa3wCccOFGrcMLPeNyHmUM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=cPzhSG8Kv8zh29TiY3/kHkJ4n6DaVglGogoPXCCLV5dxr+0hPf3lQN8xoLQiOCfx1 GCqywArzzKDiQ6Hu/seefqbE4PF+lIBBjWJPg7lisXN6FqumbdDi4IoI569QkYagZ/ DfnaPcUjwMH6mB9hLQzM/VCzOJE0uaERM27hfl08= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727455AbgBJU4t (ORCPT ); Mon, 10 Feb 2020 15:56:49 -0500 Received: from mail-io1-f65.google.com ([209.85.166.65]:42451 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726563AbgBJU4s (ORCPT ); Mon, 10 Feb 2020 15:56:48 -0500 Received: by mail-io1-f65.google.com with SMTP id s6so9182733iol.9 for ; Mon, 10 Feb 2020 12:56:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=RV8aFTX1g/jxbjaKrgcu8cu/ZmWqBaM66+9fNWhSQ9c=; b=L16aTfMPajyUm0Q1yz5yEyF3tw5mAvEsNHoQzp7Bl+Smz0rzm6YayDaPUTcJJGU16+ IexNHyUYJMIbtZKMONrNGq9ZWe0d5asBiuP4S6V1sZz1/cz0sIC6iZl3rL6BUJmEztw8 pesSp1KoTqLzVVgjN5xqMFSa7yDYzAElrYOz8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=RV8aFTX1g/jxbjaKrgcu8cu/ZmWqBaM66+9fNWhSQ9c=; b=rVJr9HfDxCA8MgHIIQTNudk4dsygvW20jnB6swEpCLco8L8LKthASTkmVpI42elXx4 q2VsmSscZ6WBY38SHXaLHiSCSh252+sTWBpsMdEbmGpjvlWndZ6TbOiKFwiVsmDc/cBT vRS1JXnRwCkBlHCC2v8RuUfaNqSnHZ+/X2R1yJA7xvB/9rvDBlJQz4SSTlvTx2XtfqTl y0nzXo2if8lQzoSSCyuwqKgJHlmDk0haNAMI5HHGv1PMnDeJGFr9PyPzw1knQTdXYQkY mxfescf0ySlfApKACFkviY7GbNM61Luo5ewmK9EKi8dMSXEdifNs62fzX3R4PIkpjyo6 oFGw== X-Gm-Message-State: APjAAAUKGO5cTqM8R3ym09qsm5iRqmWoEoUzeD1Kr3AiH3S8s31X7fY0 J7VVo4miGE0XjN/inXSotMkccA== X-Google-Smtp-Source: APXvYqwcr1TYoHZwc3nl9Qv+G2Ou0EIM0OA3ZGd47FXSbg/DYKD4mm9h/XeLCX7oGnZ8o/ejygy5Aw== X-Received: by 2002:a5d:8782:: with SMTP id f2mr10616150ion.53.1581368208184; Mon, 10 Feb 2020 12:56:48 -0800 (PST) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id x5sm429810ilq.75.2020.02.10.12.56.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Feb 2020 12:56:47 -0800 (PST) Subject: Re: [PATCH] Documentation: kunit: fix Sphinx directive warning To: Brendan Higgins , Randy Dunlap Cc: LKML , "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , Alan Maguire , Knut Omang , "skh >> Shuah Khan" References: <9e787393-703b-ce56-8258-8dcf0cd5ff11@infradead.org> From: Shuah Khan Message-ID: <131908c4-6c7f-7bd9-af44-132f5802747c@linuxfoundation.org> Date: Mon, 10 Feb 2020 13:56:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/10/20 10:45 AM, Brendan Higgins wrote: > On Sun, Feb 9, 2020 at 7:31 PM Randy Dunlap wrote: >> >> From: Randy Dunlap >> >> Fix Documentation warning due to missing a blank line after a directive: >> >> linux/Documentation/dev-tools/kunit/usage.rst:553: WARNING: Error in "code-block" directive: >> maximum 1 argument(s) allowed, 3 supplied. >> .. code-block:: bash >> modprobe example-test > > Uh oh, sorry for wasting your time, but it looks like I already sent > the exact same patch out already: > > https://patchwork.kernel.org/patch/11360711/ > > Shuah, can you pick one of these up and send it out in the next rc? > Thanks for the patches. I will take the first one in the queue which is yours Brendan! thanks, -- Shuah