commit | 39a7e5892418514db114ea4842d7d88aee6a61b8 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 23 18:22:01 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 24 12:33:31 2017 -0700 |
tree | 15d73c7057959f1ba18e48ae6a58fa2b8ab29114 | |
parent | 3f2c5fb2d81656e79cdfbe78a5790c35993ed1ff [diff] |
net/mlx5e: make mlx5e_profile const Make this const as it is only passed as an argument to the function mlx5e_create_netdev and the corresponding argument is of type const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>