]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/spi/spi-ppc4xx.c
spi: delete repeated words in comments
[mirror_ubuntu-jammy-kernel.git] / drivers / spi / spi-ppc4xx.c
index d8ee363fb714555a491b026426b6ec367ead91ec..76874a7cca9b5f214cf533321321eebb6c7ea868 100644 (file)
@@ -34,7 +34,7 @@
 #include <linux/spi/spi.h>
 #include <linux/spi/spi_bitbang.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/dcr.h>
 #include <asm/dcr-regs.h>
 
@@ -326,7 +326,7 @@ static void spi_ppc4xx_enable(struct ppc4xx_spi *hw)
 {
        /*
         * On all 4xx PPC's the SPI bus is shared/multiplexed with
-        * the 2nd I2C bus. We need to enable the the SPI bus before
+        * the 2nd I2C bus. We need to enable the SPI bus before
         * using it.
         */