diff options
author | Ian Abbott <[email protected]> | 2014-07-29 12:58:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-07-30 16:54:03 -0700 |
commit | 9fd8fc3fd0f199a0aadda393b13541aec585175b (patch) | |
tree | 18c03902f47302eb5e3122f3934931d35869fd03 | |
parent | 16de83f53aeb376e65f15bc717d4582068c371f5 (diff) |
staging: comedi: amplc_pci230: alignment should match open parenthesis
Fix checkpatch issue: "CHECK: Alignment should match open parenthesis".
Signed-off-by: Ian Abbott <[email protected]>
Reviewed-by: H Hartley Sweeten <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/comedi/drivers/amplc_pci230.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |