From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761888Ab0GTWTU (ORCPT ); Tue, 20 Jul 2010 18:19:20 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:59036 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761870Ab0GTWTP (ORCPT ); Tue, 20 Jul 2010 18:19:15 -0400 Message-ID: <4C462082.9030001@oracle.com> Date: Tue, 20 Jul 2010 15:17:38 -0700 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Linus Torvalds CC: lkml , Kees Bakker , Keith Packard Subject: [git pull v3] documentation: fix almost duplicate filenames (io/IO-mapping.txt) References: <20100719181240.fc3066cd.randy.dunlap@oracle.com> <4C45C33C.9090907@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4C4620B8.0113:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org OK, I'll try this one more time... Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs/ #linuxdocs for one changeset: commit 9fe41e4197f351bc78547ab2d8808e1aca30d87c Author: Randy Dunlap Date: Mon Jul 19 22:20:27 2010 +0000 documentation: fix almost duplicate filenames (IO/io-mapping.txt) Having both IO-mapping.txt and io-mapping.txt in Documentation/ was confusing and/or bothersome to some people, so rename IO-mapping.txt to bus-virt-phys-mapping.txt. Also update Documentation/00-INDEX for both of these files. Signed-off-by: Randy Dunlap --- patch summary: Documentation/00-INDEX | 6 ++++-- .../{IO-mapping.txt => bus-virt-phys-mapping.txt} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename Documentation/{IO-mapping.txt => bus-virt-phys-mapping.txt} (100%)