Searched hist:"4 ad0141226f00eee3cfe4392c27e14bf15520640" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/ |
H A D | configfs.c | diff 4ad0141226f00eee3cfe4392c27e14bf15520640 Mon Oct 16 17:18:46 CEST 2017 Bhumika Goyal <bhumirks@gmail.com> usb: gadget: configfs: make config_item_type const
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 <bhumirks@gmail.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|