lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZzXIuidycjx8JsiU@shikoro>
Date: Thu, 14 Nov 2024 10:54:02 +0100
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
To: Liam Zuiderhoek <zuiderhoekl@...il.com>
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] i2c: i2c-core-smbus: fixed a whitespace style issue

On Tue, Oct 29, 2024 at 12:14:54PM +0100, Liam Zuiderhoek wrote:
> From 214adebf7cf37be941f208124fac9ea6bec0f1d2 Mon Sep 17 00:00:00 2001
> From: Liam Zuiderhoek <zuiderhoekl@...il.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@...il.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);

The patch got broken while sending. I assume you sent it via gmail
webmail? Please read Documentation/process/email-clients.rst to make
sure it arrives correctly.


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ