linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: PCI: Remove leading space in info message
@ 2022-06-19 17:43 Colin Ian King
  2022-06-19 18:11 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-06-19 17:43 UTC (permalink / raw)
  To: Thomas Bogendoerfer, linux-mips; +Cc: kernel-janitors, linux-kernel

There is an info message with an extraneous leading space. Remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: PCI: Remove leading space in info message
  2022-06-19 17:43 [PATCH] MIPS: PCI: Remove leading space in info message Colin Ian King
@ 2022-06-19 18:11 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2022-06-19 18:11 UTC (permalink / raw)
  To: Colin Ian King, Thomas Bogendoerfer, linux-mips
  Cc: kernel-janitors, linux-kernel

Hi,

On 6/19/22 10:43, Colin Ian King wrote:
> There is an info message with an extraneous leading space. Remove it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  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");

Preferably	                          PCI

>  		return 0;
>  	}
>  }

-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-19 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19 17:43 [PATCH] MIPS: PCI: Remove leading space in info message Colin Ian King
2022-06-19 18:11 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).