public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] (2.6.0-test6) MCA: Janitorial
@ 2003-10-02 17:05 Daniel Drake
  0 siblings, 0 replies; only message in thread
From: Daniel Drake @ 2003-10-02 17:05 UTC (permalink / raw)
  To: mcalinux; +Cc: tao, linux-kernel, torvalds

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

Quick janitorial work:

Janitorial updates, to remove a DocBook warning from "make htmldocs",
to fix a layout problem in DocBook's interpretation of the source.

Added description of pos parameter to mca_read_and_store_pos() (mca.c) function in order to remove a DocBook warning,
and updated the annotation to reflect the correct function name.

Removed a colon from annotation in mca_dma.h, because DocBook was incorrectly processing the line "set are:" as a heading.

Patch attached and available from
http://www.reactivated.net/patches/linux-kernel/2.6.0-test6/mca-janitorial.patch

Daniel.

[-- Attachment #2: mca-janitorial.patch --]
[-- Type: text/plain, Size: 904 bytes --]

--- linux-2.6.0-test6/arch/i386/kernel/mca.c	2003-09-28 11:34:13.000000000 +0100
+++ linux/arch/i386/kernel/mca.c	2003-10-02 16:59:44.660172168 +0100
@@ -132,7 +132,8 @@
 #define MCA_STANDARD_RESOURCES	(sizeof(mca_standard_resources)/sizeof(struct resource))
 
 /**
- *	mca_read_pos - read the POS registers into a memory buffer
+ *	mca_read_and_store_pos - read the POS registers into a memory buffer
+ *	@pos: The POS registers to read from
  *
  *	Returns 1 if a card actually exists (i.e. the pos isn't
  *	all 0xff) or 0 otherwise

--- linux-2.6.0-test6/include/asm-i386/mca_dma.h	2003-09-28 11:34:13.000000000 +0100
+++ linux/include/asm-i386/mca_dma.h	2003-10-02 17:03:20.895299432 +0100
@@ -181,7 +181,7 @@
  *	@mode: mode to set
  *
  *	The DMA controller supports several modes. The mode values you can
- *	set are :
+ *	set are
  *
  *	%MCA_DMA_MODE_READ when reading from the DMA device.
  *

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-02 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-02 17:05 [PATCH] (2.6.0-test6) MCA: Janitorial Daniel Drake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox