mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Make config_item_type structures const as they are either passed to a function having the argument as const or stored in the const "ci_type" field of a config_item structure. Done using Coccinelle. Signed-off-by: Bhumika Goyal <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>