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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_RED,USER_AGENT_GIT 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 C7657C433B4 for ; Tue, 6 Apr 2021 21:18:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8EDDC613A3 for ; Tue, 6 Apr 2021 21:18:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343573AbhDFVS3 (ORCPT ); Tue, 6 Apr 2021 17:18:29 -0400 Received: from smtprelay-out1.synopsys.com ([149.117.87.133]:34792 "EHLO smtprelay-out1.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343556AbhDFVS0 (ORCPT ); Tue, 6 Apr 2021 17:18:26 -0400 Received: from mailhost.synopsys.com (mdc-mailhost1.synopsys.com [10.225.0.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtprelay-out1.synopsys.com (Postfix) with ESMTPS id 854C3C008D; Tue, 6 Apr 2021 21:18:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1617743898; bh=vGBK5U+o+ZHgapDyTLygfAiRN0XZJ6pSVSoGE1cYj2o=; h=From:To:Cc:Subject:Date:From; b=T/+jMF0T+CkZvPnxwAeZ6tbTqEmuAS4ET84NdwDmr2m1D/d2B39wIWohHd7JEokPt 1wsSTskB4naPs6toUK5J+H26GQOarOMVWb3coTyeub6m6h+cKd0z1Pg50LDWgKsBQm 3ZbBnCCLzmla3Xp8s68d3Kxcz3kgnE+GGKs9+dhcHC8xqVn28RM8YZQE5aUF+DXAfo 5Tf2no3eoknLYXmjyegkwrhHP+r6ziim15sle4FbjOYS1LFgsmvIzfPGj+jPqsseP0 qwROxaQmPEo6xUyPa1emS5JlhV+xgynk8U92J9q6g8dXgJRUVUSBMBFdP7V7ITALdl KGdGWwMsPxFmA== Received: from de02dwvm009.internal.synopsys.com (de02dwvm009.internal.synopsys.com [10.225.17.73]) by mailhost.synopsys.com (Postfix) with ESMTP id BC738A022E; Tue, 6 Apr 2021 21:18:12 +0000 (UTC) X-SNPS-Relay: synopsys.com From: Gustavo Pimentel To: linux-doc@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Andrew Morton , Greg Kroah-Hartman , Jonathan Corbet , Bjorn Helgaas , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Stephen Rothwell Cc: Gustavo Pimentel Subject: [PATCH v2 0/2] Documentation: misc-devices: Fix documentation issues (indentation, text format, toc) and outdated information Date: Tue, 6 Apr 2021 23:17:47 +0200 Message-Id: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org This patch series fixes the documentation issues reported by doing *make htmldocs*, such as: - indentation - text formatting - missing entry on the table of content related to dw-xdata-pcie misc driver index Besides these warnings also fixes some outdated information related to stop file interface in sysfs. Changes: V2: Added cover-letter Added Reported-by, Link, and Fixes tags Cc: linux-doc@vger.kernel.org Cc: linux-pci@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Derek Kiernan Cc: Dragan Cvetic Cc: Arnd Bergmann Cc: Andrew Morton Cc: Greg Kroah-Hartman Cc: Jonathan Corbet Cc: Bjorn Helgaas Cc: Krzysztof WilczyƄski Cc: Stephen Rothwell Gustavo Pimentel (2): Documentation: misc-devices: Fix indentation, formatting, and update outdated info Documentation: misc-devices: Add missing entry on the table of content related to dw-xdata-pcie Documentation/misc-devices/dw-xdata-pcie.rst | 62 +++++++++++++++++++--------- Documentation/misc-devices/index.rst | 1 + 2 files changed, 44 insertions(+), 19 deletions(-) -- 2.7.4