commit | 600c395bf6c4e44ec831e850d7f93ce53d7373be | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Dec 23 22:59:55 2015 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Jan 02 00:29:35 2016 +0100 |
tree | 5fd394811a50f7edbcab38c06dde00c507475477 | |
parent | 74bf8efb5fa6e958d2d7c7917b8bb672085ec0c6 [diff] |
powercap: constify powercap_zone_ops and powercap_zone_constraint_ops structures The powercap_zone_ops and powercap_zone_constraint_ops structures are never modified, so declare them as const. Most of the actual changes adjust indentation to accomodate the const keyword. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>