Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547195

[PATCHv4 5/8] Remove line after closing braces

From Scott Matheina <scott@matheina.com>
Newsgroups linux.kernel
Subject [PATCHv4 5/8] Remove line after closing braces
Date 2016-12-25 21:10 +0100
Message-ID <sSnhf-22f-3@gated-at.bofh.it> (permalink)
References <sSnhf-22f-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


There was an additional line which was un-needed, removed that line.

Signed-off-by: Scott Matheina <scott@matheina.com>
---
 drivers/staging/iio/addac/adt7316.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c
index e78d302..4678a64 100644
--- a/drivers/staging/iio/addac/adt7316.c
+++ b/drivers/staging/iio/addac/adt7316.c
@@ -434,7 +434,6 @@ static ssize_t adt7316_store_ad_channel(struct device *dev,
 		config2 = chip->config2 & (~ADT7316_AD_SINGLE_CH_MASK);
 	}
 
-
 	config2 |= data;
 
 	ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCHv4 5/8] Remove line after closing braces Scott Matheina <scott@matheina.com> - 2016-12-25 21:10 +0100

csiph-web