linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging:iio:ad7152: align line to match open parenthesis
@ 2019-01-29 18:31 Camylla Cantanheide
  2019-02-02  9:56 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Camylla Cantanheide @ 2019-01-29 18:31 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman
  Cc: linux-iio, devel, linux-kernel, kernel-usp, Feulo, Camylla Cantanheide

From: Feulo <guifeulo@gmail.com>

Align broken line to match upper line parenthesis. Solves the
checkpatch.pl's message

CHECK: Alignment should match open parenthesis.

Signed-off-by: Feulo <guifeulo@gmail.com>
Signed-off-by: Camylla Cantanheide <c.cantanheide@gmail.com>
---
 drivers/staging/iio/cdc/ad7152.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/iio/cdc/ad7152.c b/drivers/staging/iio/cdc/ad7152.c
index 25f51db..e7f082f 100644
--- a/drivers/staging/iio/cdc/ad7152.c
+++ b/drivers/staging/iio/cdc/ad7152.c
@@ -362,7 +362,7 @@ static int ad7152_read_raw(struct iio_dev *indio_dev,
 		/* Trigger a single read */
 		regval |= AD7152_CONF_MODE_SINGLE_CONV;
 		ret = i2c_smbus_write_byte_data(chip->client, AD7152_REG_CFG,
-				regval);
+						regval);
 		if (ret < 0)
 			goto out;
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-02  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 18:31 [PATCH] staging:iio:ad7152: align line to match open parenthesis Camylla Cantanheide
2019-02-02  9:56 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).