V4L/DVB: staging/lirc: CodingStyle cleanups
[deliverable/linux.git] / drivers / staging / lirc / lirc_bt829.c
index d0f34b51f5b0eb92300821db75a1247b27e626ca..33881025426b638afefc78a880ac3716ea384bad 100644 (file)
@@ -77,7 +77,7 @@ static struct pci_dev *do_pci_probe(void)
                pci_addr_phys = 0;
                if (my_dev->resource[0].flags & IORESOURCE_MEM) {
                        pci_addr_phys = my_dev->resource[0].start;
-                       printk(KERN_INFO DRIVER_NAME ": memory at 0x%08X \n",
+                       printk(KERN_INFO DRIVER_NAME ": memory at 0x%08X\n",
                               (unsigned int)pci_addr_phys);
                }
                if (pci_addr_phys == 0) {
This page took 0.025196 seconds and 5 git commands to generate.