From: Ian Abbott Date: Tue, 29 Jul 2014 11:58:13 +0000 (+0100) Subject: staging: comedi: amplc_pci230: alignment should match open parenthesis X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9fd8fc3fd0f199a0aadda393b13541aec585175b;p=deliverable%2Flinux.git staging: comedi: amplc_pci230: alignment should match open parenthesis Fix checkpatch issue: "CHECK: Alignment should match open parenthesis". Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/amplc_pci230.c b/drivers/staging/comedi/drivers/amplc_pci230.c index 51f28b6a05d9..76c4625991b2 100644 --- a/drivers/staging/comedi/drivers/amplc_pci230.c +++ b/drivers/staging/comedi/drivers/amplc_pci230.c @@ -2872,7 +2872,7 @@ static int pci230_attach(struct comedi_device *dev, struct comedi_devconfig *it) } static int pci230_auto_attach(struct comedi_device *dev, - unsigned long context_unused) + unsigned long context_unused) { struct pci_dev *pci_dev = comedi_to_pci_dev(dev); int rc;