diff mbox series

[V2] MIPS: PCI: Remove leading space in info message, rename pci

Message ID 20220620115549.39177-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit 9c9de8233c9ce156bb050501d5cb00a57eaba5e2
Headers show
Series [V2] MIPS: PCI: Remove leading space in info message, rename pci | expand

Commit Message

Colin Ian King June 20, 2022, 11:55 a.m. UTC
There is an info message with an extraneous leading space. Remove it.
Also rename pci to PCI.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
V2: make pci uppercase
---
 arch/mips/pci/fixup-lemote2f.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Bogendoerfer July 5, 2022, 10:22 a.m. UTC | #1
On Mon, Jun 20, 2022 at 12:55:49PM +0100, Colin Ian King wrote:
> There is an info message with an extraneous leading space. Remove it.
> Also rename pci to PCI.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> V2: make pci uppercase
> ---
>  arch/mips/pci/fixup-lemote2f.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/pci/fixup-lemote2f.c b/arch/mips/pci/fixup-lemote2f.c
> index 632ff2daa338..790d674cd80a 100644
> --- a/arch/mips/pci/fixup-lemote2f.c
> +++ b/arch/mips/pci/fixup-lemote2f.c
> @@ -80,7 +80,7 @@ int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
>  		}
>  		return dev->irq;
>  	} else {
> -		printk(KERN_INFO " strange pci slot number.\n");
> +		printk(KERN_INFO "strange PCI slot number.\n");
>  		return 0;
>  	}
>  }
> -- 
> 2.35.3

applied to mips-next.

Thomas.
diff mbox series

Patch

diff --git a/arch/mips/pci/fixup-lemote2f.c b/arch/mips/pci/fixup-lemote2f.c
index 632ff2daa338..790d674cd80a 100644
--- a/arch/mips/pci/fixup-lemote2f.c
+++ b/arch/mips/pci/fixup-lemote2f.c
@@ -80,7 +80,7 @@  int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 		}
 		return dev->irq;
 	} else {
-		printk(KERN_INFO " strange pci slot number.\n");
+		printk(KERN_INFO "strange PCI slot number.\n");
 		return 0;
 	}
 }