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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 42D60C433ED for ; Tue, 6 Apr 2021 18:18:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 10A9E61205 for ; Tue, 6 Apr 2021 18:18:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237717AbhDFSSc (ORCPT ); Tue, 6 Apr 2021 14:18:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:47104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235539AbhDFSSb (ORCPT ); Tue, 6 Apr 2021 14:18:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 854BB613B8; Tue, 6 Apr 2021 18:18:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617733103; bh=c2G4rDYRbYPtcYobdDZ+O/zbe5/Gl8tdD2GW2tRKoLU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMoNwIonxr/5wnvt4ku7M3MIX94eMtOmrUSrBM9T4tfrMkjBvMnYK8oWnq20Spxgx AIU8lLs2zfg6mWJA2DPmbHsuT10N1V2BlW7jipWLVNKgHQKEFk2Rkr2McPNNIS6pPC lgUJjBVl64DyJkeUdsn+MtSgJHr+fdoMGOMsS3X8= Date: Tue, 6 Apr 2021 20:18:20 +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] Documentation: misc-devices: Fix indentation, formatting, and update outdated info Message-ID: References: <689d1827d98b2f7a51175ff1efd3a92d8191b28d.1617732412.git.gustavo.pimentel@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <689d1827d98b2f7a51175ff1efd3a92d8191b28d.1617732412.git.gustavo.pimentel@synopsys.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 06, 2021 at 08:06:52PM +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. Your subject line is odd, it should look something like: [PATCH] dw-xdata-pcie: fix up documentation issues > Signed-off-by: Gustavo Pimentel You do not have a "Reported-by:" line? Please fix. thanks, greg k-h