i2c: Fix whitespace style issue
authorLiam Zuiderhoek <zuiderhoekl@gmail.com>
Tue, 22 Oct 2024 18:46:59 +0000 (20:46 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 27 Nov 2024 11:23:43 +0000 (12:23 +0100)
commit44b682694a0ca366bf15c26c3c3c16d26c9e9f6d
tree0aa27e2eceb5f473582c1b385789db66c5ee0587
parentaac9e2afa807e862073e9536099a3184b0e936d2
i2c: Fix whitespace style issue

This patch fixes a coding style issue in the alignment of parameters
in the function i2c_smbus_write_bytes(). It replaces spaces with tabs for
alignment,  as per the coding style guidelines.

Signed-off-by: Liam Zuiderhoek <zuiderhoekl@gmail.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/i2c-core-smbus.c