2003-09-16 03:01:38

by Michael Still

[permalink] [raw]
Subject: [2.6 Patch] Kernel-doc updates 1 of 15 -- /arch/i386/kernel/mca.c

This patch removes kernel-doc errors reported whilst doing
a make mandocs on 2.6-test4-bk5

Linus, please apply.

Cheers,
Mikal


--------------------------


diff -Nur linux-2.6.0-test4-bk5-mandocs/arch/i386/kernel/mca.c
linux-2.6.0-test4-bk5-mandocs_tweaks/arch/i386/kernel/mca.c
--- linux-2.6.0-test4-bk5-mandocs/arch/i386/kernel/mca.c 2003-09-04
10:56:13.000000000 +1000
+++ linux-2.6.0-test4-bk5-mandocs_tweaks/arch/i386/kernel/mca.c 2003-09-06
13:41:38.000000000 +1000
@@ -132,7 +132,9 @@
#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: a char pointer to 8 bytes, contains the POS register value on
+ * successful return
*
* Returns 1 if a card actually exists (i.e. the pos isn't
* all 0xff) or 0 otherwise

--

Michael Still ([email protected]) | "All my life I've had one dream,
http://www.stillhq.com | to achieve my many goals"
UTC + 10 | -- Homer Simpson


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


2003-09-16 03:51:44

by Michael Still

[permalink] [raw]
Subject: Re: [2.6 Patch] Kernel-doc updates

Quoting Michael Still <[email protected]>:

> This patch removes kernel-doc errors reported whilst doing
> a make mandocs on 2.6-test4-bk5

It has been pointed out by a couple of people that my mailer ate the patches.
You can find the original unmangled patches at:

http://www.stillhq.com/linux/patches/2.6.0-test4-bk5/
(look for mandocs_tweaks)

Thanks for your patience,
Mikal

PS: Linus' tree has changed under me, so I am going to have to update some of
these patches anyways, but it would still be nice to be informed of factual
errors within the patches.

--

Michael Still ([email protected]) | "All my life I've had one dream,
http://www.stillhq.com | to achieve my many goals"
UTC + 10 | -- Homer Simpson


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/