Re: [PATCH 3/9] Staging: comedi: fix printk issue in cb_pcidas.c

From: Dan Carpenter
Date: Sat Oct 01 2011 - 11:12:36 EST


On Fri, Sep 30, 2011 at 06:48:21PM +0530, Ravishankar Karkala Mallikarjunayya wrote:
> if (comedi_pci_enable(pcidev, "cb_pcidas")) {
> - printk(" Failed to enable PCI device and request regions\n");
> + dev_err(&pcidev->dev, " Failed to enable PCI "
^
This space isn't needed any more now that it's at the start of a
line.

> + "device and request regions\n");
> return -EIO;

I'm not going to review the remaining 6 patches.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/