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


Groups > linux.kernel > #1547195 > unrolled thread

[PATCHv4 5/8] Remove line after closing braces

Started byScott Matheina <scott@matheina.com>
First post2016-12-25 21:10 +0100
Last post2016-12-25 21:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#1547195 — [PATCHv4 5/8] Remove line after closing braces

FromScott Matheina <scott@matheina.com>
Date2016-12-25 21:10 +0100
Subject[PATCHv4 5/8] Remove line after closing braces
Message-ID<sSnhf-22f-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web