i2c: core: Fix spacing error by checkpatch
authorTian Tao <tiantao6@hisilicon.com>
Mon, 5 Apr 2021 08:18:42 +0000 (16:18 +0800)
committerWolfram Sang <wsa@kernel.org>
Fri, 16 Apr 2021 23:08:18 +0000 (01:08 +0200)
commit068ff57d78011e6ed3561455a999f4a0272ea2c7
tree0d60f2b6aba3b04e1b7058965e989d362999a13b
parentaf92cca1710f63741925d97fe6ec0bd5eecec627
i2c: core: Fix spacing error by checkpatch

Fix the following checkpatch error:
 #614: FILE: drivers/i2c/i2c-core-base.c:614:
 + len = acpi_device_modalias(dev, buf, PAGE_SIZE -1);
                                                 ^
No functional changes.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/i2c-core-base.c