From: Liam Zuiderhoek <zuiderhoekl@gmail.com>
To: wsa+renesas@sang-engineering.com
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] i2c: i2c-core-smbus: fixed a whitespace style issue
Date: Tue, 22 Oct 2024 21:05:30 +0200 [thread overview]
Message-ID: <3e28ba0a5733593d28f34515e13a9e61d1ffd01d.camel@gmail.com> (raw)
From 214adebf7cf37be941f208124fac9ea6bec0f1d2 Mon Sep 17 00:00:00 2001
From: Liam Zuiderhoek <zuiderhoekl@gmail.com>
Date: Tue, 22 Oct 2024 20:46:59 +0200
Subject: [PATCH] i2c: i2c-core-smbus: fixed a whitespace style issue
Fixing a coding style issue.
Signed-off-by: Liam Zuiderhoek <zuiderhoekl@gmail.com>
---
drivers/i2c/i2c-core-smbus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/i2c-core-smbus.c b/drivers/i2c/i2c-core-
smbus.c
index e3b96fc53b5c..6829def15933 100644
--- a/drivers/i2c/i2c-core-smbus.c
+++ b/drivers/i2c/i2c-core-smbus.c
@@ -122,7 +122,7 @@ EXPORT_SYMBOL(i2c_smbus_read_byte);
s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value)
{
return i2c_smbus_xfer(client->adapter, client->addr, client-
>flags,
- I2C_SMBUS_WRITE, value, I2C_SMBUS_BYTE,
NULL);
+ I2C_SMBUS_WRITE, value,
I2C_SMBUS_BYTE, NULL);
}
EXPORT_SYMBOL(i2c_smbus_write_byte);
--
2.43.0
next reply other threads:[~2024-10-22 19:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 19:05 Liam Zuiderhoek [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 11:14 [PATCH] i2c: i2c-core-smbus: fixed a whitespace style issue Liam Zuiderhoek
2024-11-14 9:54 ` Wolfram Sang
2024-11-14 16:50 Liam Zuiderhoek
2024-11-19 19:51 ` Andi Shyti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3e28ba0a5733593d28f34515e13a9e61d1ffd01d.camel@gmail.com \
--to=zuiderhoekl@gmail.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wsa+renesas@sang-engineering.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox