diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2020-07-11 16:59:54 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2020-07-16 23:19:51 +0200 |
commit | a9232dc5607dbada801f2fe83ea307cda762969a (patch) | |
tree | 4454e3925c95123d6ee516bc90768c0da516d65d /kernel/futex.c | |
parent | docs: locking: Replace HTTP links with HTTPS ones (diff) | |
download | linux-a9232dc5607dbada801f2fe83ea307cda762969a.tar.xz linux-a9232dc5607dbada801f2fe83ea307cda762969a.zip |
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
Diffstat (limited to 'kernel/futex.c')
0 files changed, 0 insertions, 0 deletions