From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752275AbXJWJ5Q (ORCPT ); Tue, 23 Oct 2007 05:57:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753495AbXJWJ46 (ORCPT ); Tue, 23 Oct 2007 05:56:58 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:47875 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752553AbXJWJ45 (ORCPT ); Tue, 23 Oct 2007 05:56:57 -0400 From: Rob Landley Organization: Boundaries Unlimited To: linux-kernel@vger.kernel.org Subject: [PATCH 5/7] Add section IDs to rapidio.tmpl Date: Tue, 23 Oct 2007 04:56:24 -0500 User-Agent: KMail/1.9.6 Cc: akpm@linux-foundation.org, mporter@kernel.crashing.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710230456.24310.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Landley Add section IDs to rapidio.tmpl Signed-off-by: Rob Landley --- Documentation/DocBook/rapidio.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff -r a868e8217782 Documentation/DocBook/rapidio.tmpl --- a/Documentation/DocBook/rapidio.tmpl Mon Oct 22 19:40:02 2007 -0700 +++ b/Documentation/DocBook/rapidio.tmpl Mon Oct 22 23:45:49 2007 -0500 @@ -77,11 +77,11 @@ Known Bugs and Limitations - + Bugs None. ;) - + Limitations @@ -100,7 +100,7 @@ on devices, request/map memory region resources, and manage mailboxes/doorbells. - + Functions !Iinclude/linux/rio_drv.h !Edrivers/rapidio/rio-driver.c @@ -116,23 +116,23 @@ subsystem. - Structures + Structures !Iinclude/linux/rio.h - Enumeration and Discovery + Enumeration and Discovery !Idrivers/rapidio/rio-scan.c - Driver functionality + Driver functionality !Idrivers/rapidio/rio.c !Idrivers/rapidio/rio-access.c - Device model support + Device model support !Idrivers/rapidio/rio-driver.c - Sysfs support + Sysfs support !Idrivers/rapidio/rio-sysfs.c - PPC32 support + PPC32 support !Iarch/ppc/kernel/rio.c !Earch/ppc/syslib/ppc85xx_rio.c !Iarch/ppc/syslib/ppc85xx_rio.c -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.