commit | a647040ea85ae0bf5bd93f2a1b42dba57b0d0059 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun May 01 14:07:23 2016 +0200 |
committer | Doug Ledford <dledford@redhat.com> | Fri May 13 13:47:07 2016 -0400 |
tree | cbdb38ec8d39ad33a36e69420f69927192af8e23 | |
parent | c222a39f0d2652ff32e10a95979af9bf906b9844 [diff] |
i40e: constify i40e_client_ops structure The i40e_client_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>