}
 
        if (bridge->parent == NULL) {
-               printk(KERN_ERR "Dev entry NULL for"
-                       " bridge %s\n", bridge->name);
+               printk(KERN_ERR "Dev entry NULL for bridge %s\n", bridge->name);
                return NULL;
        }
 
        if (bridge->alloc_consistent == NULL) {
-               printk(KERN_ERR "alloc_consistent not supported by"
-                       " bridge %s\n", bridge->name);
+               printk(KERN_ERR "alloc_consistent not supported by bridge %s\n",
+                      bridge->name);
                return NULL;
        }
 
        }
 
        if (bridge->parent == NULL) {
-               printk(KERN_ERR "Dev entry NULL for"
-                       " bridge %s\n", bridge->name);
+               printk(KERN_ERR "Dev entry NULL for bridge %s\n", bridge->name);
                return;
        }
 
        if (bridge->free_consistent == NULL) {
-               printk(KERN_ERR "free_consistent not supported by"
-                       " bridge %s\n", bridge->name);
+               printk(KERN_ERR "free_consistent not supported by bridge %s\n",
+                      bridge->name);
                return;
        }
 
 
        attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL);
        if (attributes == NULL) {
-               printk(KERN_ERR "Unable to allocate memory for attributes "
-                       "structure\n");
+               printk(KERN_ERR "Unable to allocate memory for attributes structure\n");
                goto err_attr;
        }
 
        pattern_attr = kmalloc(sizeof(struct vme_dma_pattern), GFP_KERNEL);
        if (pattern_attr == NULL) {
-               printk(KERN_ERR "Unable to allocate memory for pattern "
-                       "attributes\n");
+               printk(KERN_ERR "Unable to allocate memory for pattern attributes\n");
                goto err_pat;
        }
 
 
        attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL);
        if (attributes == NULL) {
-               printk(KERN_ERR "Unable to allocate memory for attributes "
-                       "structure\n");
+               printk(KERN_ERR "Unable to allocate memory for attributes structure\n");
                goto err_attr;
        }
 
        pci_attr = kmalloc(sizeof(struct vme_dma_pci), GFP_KERNEL);
        if (pci_attr == NULL) {
-               printk(KERN_ERR "Unable to allocate memory for pci "
-                       "attributes\n");
+               printk(KERN_ERR "Unable to allocate memory for pci attributes\n");
                goto err_pci;
        }
 
        attributes = kmalloc(
                sizeof(struct vme_dma_attr), GFP_KERNEL);
        if (attributes == NULL) {
-               printk(KERN_ERR "Unable to allocate memory for attributes "
-                       "structure\n");
+               printk(KERN_ERR "Unable to allocate memory for attributes structure\n");
                goto err_attr;
        }
 
        vme_attr = kmalloc(sizeof(struct vme_dma_vme), GFP_KERNEL);
        if (vme_attr == NULL) {
-               printk(KERN_ERR "Unable to allocate memory for vme "
-                       "attributes\n");
+               printk(KERN_ERR "Unable to allocate memory for vme attributes\n");
                goto err_vme;
        }
 
        if (call != NULL)
                call(level, statid, priv_data);
        else
-               printk(KERN_WARNING "Spurilous VME interrupt, level:%x, "
-                       "vector:%x\n", level, statid);
+               printk(KERN_WARNING "Spurilous VME interrupt, level:%x, vector:%x\n",
+                      level, statid);
 }
 EXPORT_SYMBOL(vme_irq_handler);
 
                        struct vme_lm_resource, list);
 
                if (lm == NULL) {
-                       printk(KERN_ERR "Registered NULL Location Monitor "
-                               "resource\n");
+                       printk(KERN_ERR "Registered NULL Location Monitor resource\n");
                        continue;
                }