Re: [PATCH] arcmsr: add const to bin_attribute structures

2017-08-10 Thread Martin K. Petersen
Christoph, > Looks good, > > Reviewed-by: Christoph Hellwig Applied to 4.14/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] arcmsr: add const to bin_attribute structures

2017-08-10 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH] arcmsr: add const to bin_attribute structures

2017-08-01 Thread Bhumika Goyal
Add const to bin_attribute structures as they are only passed to the functions system_{remove/create}_bin_file. The arguments passed are of type const, so declare the structures to be const. Done using Coccinelle. Signed-off-by: Bhumika Goyal ---