netconsole: make config_item_type const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 16 Oct 2017 15:18:52 +0000 (17:18 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 14:15:20 +0000 (16:15 +0200)
commit0d4a4406c4aabb4d2c9ac6a48f3c77afe36e36ed
treea199398f20a377fc6a8dadfc6c3bd33347d8cc1b
parente1919dff152a6c3164396145407f5a309eb74135
netconsole: make config_item_type const

Make these structures const as they are either passed to the functions
having the argument as const or stored as a reference in the "ci_type"
const field of a config_item structure.

Done using Coccienlle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/net/netconsole.c