i2c: xiic: Fix coding style issues
authorMichal Simek <michal.simek@xilinx.com>
Wed, 20 Apr 2022 07:59:22 +0000 (13:29 +0530)
committerWolfram Sang <wsa@kernel.org>
Sat, 14 May 2022 14:02:30 +0000 (16:02 +0200)
commitb822039b8ec16b4837831404609fb1c1c2da3d33
treed1015376d1d587fa28292f6ccc9fa09c75df76a3
parent8fa9c93880530a91c6ea83b49bd37c268e9bf47e
i2c: xiic: Fix coding style issues

Most of these stuff are reported by checkpatch.
But fixes are:
- Incorrect indetation
- Missing blank line after variable declaration
- Additional ()
- Missing spaces around +
- Missing parenthesis when if has them
- Newlines
- Remove MODULE_ALIAS - none is really using it

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-xiic.c