--- 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. *