commit | 480fd015ec5c9109c55e39057f3df60278851432 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Dec 23 21:42:57 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 18:47:17 2016 -0800 |
tree | b7e54e4b3530a88f97372b6b3dd6e351f1483939 | |
parent | 568dcc883abcbb5ef7daf8ddcfea1b533324b4a6 [diff] |
staging: rdma: hfi1: diag: constify hfi1_filter_array structure The hfi1_filter_array structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>