]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: imx: Convert comma to semicolon
authorShen Lichuan <shenlichuan@vivo.com>
Mon, 9 Sep 2024 07:52:57 +0000 (15:52 +0800)
committerAndi Shyti <andi.shyti@kernel.org>
Mon, 9 Sep 2024 22:36:49 +0000 (00:36 +0200)
commitc9e8f5a553d05fcbb2bfa7635581ebcbcd2b234a
tree38af00f6a20b737d713313fd5c5f4b88f6fcfbd6
parent12729039bd88b563a6c4e88706c0915928c92825
i2c: imx: Convert comma to semicolon

To ensure code clarity and prevent potential errors, it's advisable
to employ the ';' as a statement separator, except when ',' are
intentionally used for specific purposes.

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-imx.c