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=-3.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham 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 9FC6FECE563 for ; Mon, 17 Sep 2018 16:13:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 59944214DC for ; Mon, 17 Sep 2018 16:13:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="F73qjYUr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 59944214DC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728547AbeIQVlW (ORCPT ); Mon, 17 Sep 2018 17:41:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:54680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726795AbeIQVlW (ORCPT ); Mon, 17 Sep 2018 17:41:22 -0400 Received: from localhost (unknown [209.121.128.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2800E214C5; Mon, 17 Sep 2018 16:13:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1537200800; bh=SPeGaiDcWl/sjOuncuBnnae+wYoui2ky5pw5kanr4IY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F73qjYUr1usD3M71iUb1JQiBQEvWFM7pUEtCuPtVnZR+xS2NiAQgbC+UKaztgCm3Q NhlWR1A4vV7w5lL3EAiyAchJUO0lfnCHnOb6znVQgl79C7C92QDRPT3oZbg3PUNgfu mbhYuYKu8b4pvQ61YY64QqstebtpJ10hYlJse3BM= Date: Mon, 17 Sep 2018 09:13:19 -0700 From: Vinod To: Randy Dunlap Cc: moderated for non-subscribers , LKML , "linux-doc@vger.kernel.org" , Pierre-Louis Bossart , Sanyog Kale , Shreyas NC Subject: Re: [PATCH] Documentation: soundwire: fix stream.rst markup warnings Message-ID: <20180917161319.GB2613@vkoul-mobl> References: <8e1ec734-06b8-ba8a-fdca-3221ac134ea0@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8e1ec734-06b8-ba8a-fdca-3221ac134ea0@infradead.org> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16-09-18, 17:34, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc markup warnings in soundwire/stream.rst: > > rc4/Documentation/driver-api/soundwire/stream.rst:177: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:203: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:248: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:277: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:304: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:328: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:352: WARNING: Explicit markup ends without a blank line; unexpected unindent. > rc4/Documentation/driver-api/soundwire/stream.rst:364: WARNING: Explicit markup ends without a blank line; unexpected unindent. Applied, thanks -- ~Vinod