drivers core: node: Use a more typical macro definition style for ACCESS_ATTR
authorJoe Perches <joe@perches.com>
Wed, 16 Sep 2020 20:40:45 +0000 (13:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2020 11:24:40 +0000 (13:24 +0200)
commit6284a6e8940341beb71ea7970388418eb3dd473d
tree470055d264f170197598a0a3b77ef3221143686e
parente015e036aea58fe5b7f92d2d4fff9f4364e649c8
drivers core: node: Use a more typical macro definition style for ACCESS_ATTR

Remove the trailing semicolon from the macro and add it to its uses.

Signed-off-by: Joe Perches <joe@perches.com>
Link: https://lore.kernel.org/r/faf51a671160cf884efa68fb458d3e8a44b1a7a7.1600285923.git.joe@perches.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/node.c