Staging: slicoss: Fix quoted string split across lines
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 19 Oct 2013 07:47:59 +0000 (13:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:45:08 +0000 (14:45 -0700)
This patch fixes the following checkpatch.pl warning in slicoss.c-
WARNING: quoted string split across lines

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c

index 860d5b8..8b5490b 100644 (file)
@@ -3649,8 +3649,7 @@ static int slic_entry_probe(struct pci_dev *pcidev,
                pci_using_dac = 1;
                err = pci_set_consistent_dma_mask(pcidev, DMA_BIT_MASK(64));
                if (err) {
-                       dev_err(&pcidev->dev, "unable to obtain 64-bit DMA for "
-                                       "consistent allocations\n");
+                       dev_err(&pcidev->dev, "unable to obtain 64-bit DMA for consistent allocations\n");
                        goto err_out_disable_pci;
                }
        } else {