Re: [PATCH 00/35] constify net usb_device_id

2017-08-10 Thread Marc Kleine-Budde
On 08/08/2017 05:55 PM, Arvind Yadav wrote: > usb_device_id are not supposed to change at runtime. All functions > working with usb_device_id provided by work with > const usb_device_id. So mark the non-const structs as const. > > [PATCH 10/35] :Fix checkpatch.pl error. > ERROR: space prohibited

Re: [PATCH 00/35] constify net usb_device_id

2017-08-08 Thread Kalle Valo
Arvind Yadav writes: > usb_device_id are not supposed to change at runtime. All functions > working with usb_device_id provided by work with > const usb_device_id. So mark the non-const structs as const. [...] > [PATCH 16/35] wireless: ath: ar5523: constify usb_device_id > [PATCH 17/35] wi

[PATCH 00/35] constify net usb_device_id

2017-08-08 Thread Arvind Yadav
usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by work with const usb_device_id. So mark the non-const structs as const. [PATCH 10/35] :Fix checkpatch.pl error. ERROR: space prohibited before open square bracket '['. Arvind Yadav (35): [P