commit | da6817ebc353c54c5e74676418bfa77d13e64159 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Mon Aug 21 17:13:10 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 21 10:24:22 2017 -0700 |
tree | b30dd85e6c539e1ee604d98dcb78343410c5206e | |
parent | a43dce93587bfb5f65fa40647977ef72a7ba6699 [diff] |
qlogic: make device_attribute const Make these const as they are only passed as an argument to the function device_create_file and device_remove_file and the corresponding arguments are of type const. Done using Coccinelle Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>