powerpc/feature-fixups: use a semicolon rather than a comma
authorDaniel Axtens <dja@axtens.net>
Tue, 1 Dec 2020 14:43:44 +0000 (01:43 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:20 +0000 (01:01 +1100)
commit1fc0c27b14b93b2506953ef59e965d98ccc78122
tree5588e40d013c9c3762736598cc8bf0cd31ffb7d1
parentc8754c517e37270a01b0561ad46ee647a721a09b
powerpc/feature-fixups: use a semicolon rather than a comma

In a bunch of our security flushes, we use a comma rather than
a semicolon to 'terminate' an assignment. Nothing breaks, but
checkpatch picks it up if you copy it into another flush.

Switch to semicolons for ending statements.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201201144344.1228421-1-dja@axtens.net
arch/powerpc/lib/feature-fixups.c