[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161101222711.17089-4-antonl1911@gmail.com>
Date: Wed, 2 Nov 2016 01:27:11 +0300
From: Anton Leshchenko <antonl1911@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Anton Leshchenko <antonl1911@...il.com>
Subject: [PATCH 4/4] Staging: vme: Fix parenthesis alignment.
Align broken line for code readability.
Signed-off-by: Anton Leshchenko <antonl1911@...il.com>
---
drivers/staging/vme/devices/vme_pio2_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vme/devices/vme_pio2_core.c b/drivers/staging/vme/devices/vme_pio2_core.c
index 8e66a52..20a2d83 100644
--- a/drivers/staging/vme/devices/vme_pio2_core.c
+++ b/drivers/staging/vme/devices/vme_pio2_core.c
@@ -365,7 +365,7 @@ static int pio2_probe(struct vme_dev *vdev)
vec = card->irq_vector | PIO2_VECTOR_CNTR[i];
retval = vme_irq_request(vdev, card->irq_level, vec,
- &pio2_int, card);
+ &pio2_int, card);
if (retval < 0) {
dev_err(&card->vdev->dev,
"Unable to attach VME interrupt vector0x%x, level 0x%x\n",
--
2.10.2
Powered by blists - more mailing lists