PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / pcie / aer / aer_inject.c
index d82cb8fd452e6d2a45a846640d1c30e97669ac8c..182224acedbe79c18dbc357cb45763afef40e387 100644 (file)
@@ -397,16 +397,14 @@ static int aer_inject(struct aer_error_inj *einj)
        if (!aer_mask_override && einj->cor_status &&
            !(einj->cor_status & ~cor_mask)) {
                ret = -EINVAL;
-               printk(KERN_WARNING "The correctable error(s) is masked "
-                               "by device\n");
+               printk(KERN_WARNING "The correctable error(s) is masked by device\n");
                spin_unlock_irqrestore(&inject_lock, flags);
                goto out_put;
        }
        if (!aer_mask_override && einj->uncor_status &&
            !(einj->uncor_status & ~uncor_mask)) {
                ret = -EINVAL;
-               printk(KERN_WARNING "The uncorrectable error(s) is masked "
-                               "by device\n");
+               printk(KERN_WARNING "The uncorrectable error(s) is masked by device\n");
                spin_unlock_irqrestore(&inject_lock, flags);
                goto out_put;
        }
This page took 0.024211 seconds and 5 git commands to generate.