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=-15.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable 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 03966C43460 for ; Wed, 7 Apr 2021 06:17:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1BBE613CC for ; Wed, 7 Apr 2021 06:17:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345530AbhDGGRZ (ORCPT ); Wed, 7 Apr 2021 02:17:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:48378 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239344AbhDGGRY (ORCPT ); Wed, 7 Apr 2021 02:17:24 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3E687613C0; Wed, 7 Apr 2021 06:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617776234; bh=DxKf3kMjq+Nqw4QY7M0vYDTVldSFnbyPF/cTVssl85o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mzVafj270QDgJqVnTNhXYQi3TFlC8UQdEVqvfA9ppo70wkumEWVXD/VvT3+y5vVlH m9TMwqs5p+BlfMHsxioh0m0zNVMvk5B2KfkspKSLCbxBUXlz5LBe3onWG0r+V8bzff CLoz3RrYi6NMxwkIIJz6KneEa8G0XRbvgax7VZRg= Date: Wed, 7 Apr 2021 08:17:12 +0200 From: Greg Kroah-Hartman To: Gustavo Pimentel Cc: linux-doc@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Andrew Morton , Jonathan Corbet , Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Stephen Rothwell Subject: Re: [PATCH v2 1/2] Documentation: misc-devices: Fix indentation, formatting, and update outdated info Message-ID: References: <95bef5f98380bc91b4d321c2638d08da61ef6d6e.1617743702.git.gustavo.pimentel@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <95bef5f98380bc91b4d321c2638d08da61ef6d6e.1617743702.git.gustavo.pimentel@synopsys.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 06, 2021 at 11:17:48PM +0200, Gustavo Pimentel wrote: > Fixes indentation issues reported by doing *make htmldocs* as well some > text formatting. > > Besides these fixes, there was some outdated information related to stop > file interface in sysfs. You are not doing this for all "misc-devices", you are doing this only for one specific driver file. Please look at the example I provided for how to name this and fix up. > > Fixes: e1181b5bbc3c ("Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver") > Link: https://lore.kernel.org/linux-next/20210406214615.40cf3493@canb.auug.org.au/ > Reported-by: Stephen Rothwell > Signed-off-by: Gustavo Pimentel > --- > Documentation/misc-devices/dw-xdata-pcie.rst | 62 +++++++++++++++++++--------- > 1 file changed, 43 insertions(+), 19 deletions(-) What changed from v1? Always put that below the --- line. thanks, greg k-h