Received: by 10.223.185.116 with SMTP id b49csp829536wrg; Fri, 23 Feb 2018 07:27:31 -0800 (PST) X-Google-Smtp-Source: AH8x225ls6FDus3gUqkcqlSrrI1ddFI9DLoE5iiWuON+eDUUvgTi3Q3cPsRGArRrCpJ0Q9ERkzDF X-Received: by 10.98.141.208 with SMTP id p77mr2118439pfk.5.1519399651499; Fri, 23 Feb 2018 07:27:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519399651; cv=none; d=google.com; s=arc-20160816; b=n+huThDNkqY0vXJ5cgrAlgVqfAnZSxlUszOznBR4EynF1N4jHtV/TWmixcALEVwWE/ UmGCNr/8uah/exQ0m4GpYPKnsLyfjts5PaTNPScosEwvLDc7pbSN9JGfPf2d9Nr+OeIv QgYxYYCBElZat7lhDZK7C+95z/1uezD/CN/cIPW9VyU0IwYMWaxkVuZNj7qPhcHdeyvn nufPLn5b7wTDqQ+cKHaN9nINdkLoSuXXN3KSUC1/Gid8BOWFVIYM/idhxAyFLWFtz8qN 83JHwCL103KUTkOlBDPGqhlVakd3wKmdI4cBT8JCI+Se9jpSIKM9qovv6AIUNokvC7pX r7Pg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=BEC6cowP0tbrSAIKWMbx8BOtzvh/QipaKU/D5L3Ad4c=; b=w5xJ3PiFA0PRUCrvB3LQkYV+Jel/R3TEAm+al+G3rLnTWY3xFX4aPxZdzLPz6rTZ6n 0i18zW+9W1QBxRD/Sw/ONEW1j/RYsmMdrBj54DHneXHsFLmkrsjhDnCGlRlJCbUQaqyr sGGtpftqARp4E2i7dUhSlozbrwVXcs/8CF8y/mfVrfZkJ7yU5+VWRQVvkDNvA/jtNtRg BaFBDp+0qwY3KHzbGwtJ2LAo09dYiow8AYnvO5t1YZa7E2NKehFo/3H+XBmx89pb0qyh ALzy0S/+eBH4Ujreml+Sj3DvfsW9Dqh8hKhJO1O1wSeOxkZuRW019pt7jPrTeQvI7Wkz 2fgg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b9-v6si1902826pls.108.2018.02.23.07.27.17; Fri, 23 Feb 2018 07:27:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751891AbeBWP0T (ORCPT + 99 others); Fri, 23 Feb 2018 10:26:19 -0500 Received: from ms.lwn.net ([45.79.88.28]:57412 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869AbeBWP0R (ORCPT ); Fri, 23 Feb 2018 10:26:17 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id BFFA72DE; Fri, 23 Feb 2018 15:26:15 +0000 (UTC) Date: Fri, 23 Feb 2018 08:26:14 -0700 From: Jonathan Corbet To: Aishwarya Pant Cc: Matt Porter , Alexandre Bounine , Greg KH , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Julia Lawall Subject: Re: [PATCH v2] Documentation: rapidio: move sysfs interface to ABI Message-ID: <20180223082614.2d09694b@lwn.net> In-Reply-To: <20180119123147.GA17446@mordor.localdomain> References: <20180119123147.GA17446@mordor.localdomain> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Jan 2018 18:01:47 +0530 Aishwarya Pant wrote: > Right now, the description of the rapidio sysfs interfaces is in > Documentation/rapidio/sysfs.txt. Since these are a part of the ABI, they > should be in Documentation/ABI along with the rest. > > Signed-off-by: Aishwarya Pant Applied to the docs tree, thanks. jon