Re: [PATCH] powerpc/feature-fixups: use a semicolon rather than a comma

2020-12-10 Thread Michael Ellerman
On Wed, 2 Dec 2020 01:43:44 +1100, Daniel Axtens wrote: > 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. Appl

[PATCH] powerpc/feature-fixups: use a semicolon rather than a comma

2020-12-01 Thread Daniel Axtens
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. Cc: Nick Piggin Cc: Russell Currey Signed-off-by: Daniel Axtens ---