Bug #6144
use C99 initializers in segment ops structures
Start date:
2015-08-21
Due date:
% Done:
80%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The whole kernel is already being compiled as C99 code, so there's no reason not to use a more readable and less error prone way of initializing structures. (It's less error prone because reordering of lines has no effect on the generated binary.)
wsdiff shows no differences vs. unpatched code.
Updated by Josef Sipek over 5 years ago
- Subject changed from use C99 initializers in segment ops structure to use C99 initializers in segment ops structures