commit | a9232dc5607dbada801f2fe83ea307cda762969a | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Sat Jul 11 17:59:54 2020 +0300 |
committer | Peter Zijlstra <peterz@infradead.org> | Thu Jul 16 23:19:51 2020 +0200 |
tree | 4454e3925c95123d6ee516bc90768c0da516d65d | |
parent | 482cbb6cc33dca60091048631cd0a8dde72c3da7 [diff] |
rwsem: fix commas in initialisation Leading comma prevents arbitrary reordering of initialisation clauses. The whole point of C99 initialisation is to allow any such reordering. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200711145954.GA1178171@localhost.localdomain