commit | 5f3342d757d10edc21b148e9e0c01035317572ff | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Tue Aug 01 19:51:14 2017 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Aug 10 19:40:50 2017 -0400 |
tree | 8b86e4a8a45c1fb53843417240c7fb9489f34111 | |
parent | f32c9e03d4a8dfe4880c830a353de7cfb49a3755 [diff] |
arcmsr: add const to bin_attribute structures 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 <bhumirks@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>