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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 22C46C04AB4 for ; Tue, 14 May 2019 21:32:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7C9320675 for ; Tue, 14 May 2019 21:32:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726201AbfENVcY (ORCPT ); Tue, 14 May 2019 17:32:24 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:61996 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbfENVcY (ORCPT ); Tue, 14 May 2019 17:32:24 -0400 Received: from 79.184.255.148.ipv4.supernova.orange.pl (79.184.255.148) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 0344fabe06f5544e; Tue, 14 May 2019 23:32:22 +0200 From: "Rafael J. Wysocki" To: Sakari Ailus Cc: linux-acpi@vger.kernel.org, andriy.shevchenko@linux.intel.com, Changbin Du Subject: Re: [PATCH v2 0/2] Fix ACPI object references Date: Tue, 14 May 2019 23:32:21 +0200 Message-ID: <2153412.4J2ck81R4s@kreacher> In-Reply-To: <20190510094603.14345-1-sakari.ailus@linux.intel.com> References: <20190510094603.14345-1-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Friday, May 10, 2019 11:46:01 AM CEST Sakari Ailus wrote: > Hi all, > > This set adds one patch for converting spaces to tabs before fixing the > object references. Also rebased on the patch converting the text > documentation to ReST. > > Sakari Ailus (2): > Documentation: ACPI: Use tabs for indentation > Documentation: ACPI: Direct references are allowed to devices only > > .../acpi/dsd/data-node-references.rst | 6 +- > Documentation/firmware-guide/acpi/dsd/graph.rst | 120 ++++++++++----------- > 2 files changed, 63 insertions(+), 63 deletions(-) > > Both patches applied, thanks!