Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: [PATCH] MIPS: PCI: Remove leading space in info message [PATCH] MIPS: PCI: Remove leading space in info message From: Colin Ian King Date: Sun Jun 19 2022 - 13:44:00 EST Next message: Rob Clark: "Re: [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker" Previous message: Rob Herring: "Re: [PATCH v3 06/16] dt-bindings: gpio: Add AXP192 GPIO bindings" Next in thread: Randy Dunlap: "Re: [PATCH] MIPS: PCI: Remove leading space in info message" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] There is an info message with an extraneous leading space. Remove it. Signed-off-by: Colin Ian King --- 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 Next message: Rob Clark: "Re: [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker" Previous message: Rob Herring: "Re: [PATCH v3 06/16] dt-bindings: gpio: Add AXP192 GPIO bindings" Next in thread: Randy Dunlap: "Re: [PATCH] MIPS: PCI: Remove leading space in info message" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]