driver core: platform: need consistent spacing around '-'
authorBarry Song <song.bao.hua@hisilicon.com>
Tue, 2 Jun 2020 04:55:56 +0000 (16:55 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jul 2020 09:34:31 +0000 (11:34 +0200)
commite5711945c6415ab847b39ef89003ef68f9435bc6
tree8b8c9c1691f8b47514befacff5fc0c1dad363ab6
parent0a2fae2aea4a21b59d4a920b9765aaa696270b16
driver core: platform: need consistent spacing around '-'

Fix the below checkpatch issue:

ERROR: need consistent spacing around '-' (ctx:WxV)
FILE: drivers/base/platform.c:1008:
+       len = acpi_device_modalias(dev, buf, PAGE_SIZE -1);
                                                       ^

Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Link: https://lore.kernel.org/r/20200602045556.66948-1-song.bao.hua@hisilicon.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c