[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406846098-19866-5-git-send-email-mopsfelder@gmail.com>
Date: Thu, 31 Jul 2014 19:34:54 -0300
From: Murilo Opsfelder Araujo <mopsfelder@...il.com>
To: linux-iio@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, jic23@...nel.org,
Murilo Opsfelder Araujo <mopsfelder@...il.com>
Subject: [PATCH 4/8] staging: iio: accel: adis16209_core.c: fix coding style
This patch adds missing blank line after declaration.
Signed-off-by: Murilo Opsfelder Araujo <mopsfelder@...il.com>
---
drivers/staging/iio/accel/adis16209_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/iio/accel/adis16209_core.c b/drivers/staging/iio/accel/adis16209_core.c
index 374dc6e..b2c7aed 100644
--- a/drivers/staging/iio/accel/adis16209_core.c
+++ b/drivers/staging/iio/accel/adis16209_core.c
@@ -44,6 +44,7 @@ static int adis16209_write_raw(struct iio_dev *indio_dev,
int bits;
s16 val16;
u8 addr;
+
switch (mask) {
case IIO_CHAN_INFO_CALIBBIAS:
switch (chan->type) {
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists