From: Daniel Drake <dan@reactivated.net>
To: mcalinux@acc.umu.se
Cc: tao@acc.umu.se, linux-kernel@vger.kernel.org, torvalds@osdl.org
Subject: [PATCH] (2.6.0-test6) MCA: Janitorial
Date: Thu, 02 Oct 2003 18:05:52 +0100 [thread overview]
Message-ID: <3F7C5AF0.40103@reactivated.net> (raw)
[-- 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.
*
reply other threads:[~2003-10-02 17:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F7C5AF0.40103@reactivated.net \
--to=dan@reactivated.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mcalinux@acc.umu.se \
--cc=tao@acc.umu.se \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.