* [PATCH 2/2] iio: light: tsl2591: delete a stray tab
[not found] <YJ52r1XZ44myD9Xx@mwanda>
@ 2021-05-14 13:10 ` Dan Carpenter
0 siblings, 0 replies; only message in thread
From: Dan Carpenter @ 2021-05-14 13:10 UTC (permalink / raw)
To: Jonathan Cameron
Cc: Lars-Peter Clausen, Joe Sandom, Andy Shevchenko, linux-iio,
linux-kernel, kernel-janitors
This return statement is indented one more tab than it should be.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---
drivers/iio/light/tsl2591.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/light/tsl2591.c b/drivers/iio/light/tsl2591.c
index 26e3cb6c4ff8..39e68d0c9d6a 100644
--- a/drivers/iio/light/tsl2591.c
+++ b/drivers/iio/light/tsl2591.c
@@ -451,7 +451,7 @@ static int tsl2591_read_channel_data(struct iio_dev *indio_dev,
sizeof(als_data), als_data);
if (ret < 0) {
dev_err(&client->dev, "Failed to read data bytes");
- return ret;
+ return ret;
}
als_ch0 = get_unaligned_le16(&als_data[0]);
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-14 13:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <YJ52r1XZ44myD9Xx@mwanda>
2021-05-14 13:10 ` [PATCH 2/2] iio: light: tsl2591: delete a stray tab Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®