commit | 4f4aaa1720a3dac0e7afb51bf1177eb66d9c2172 | [log] [tgz] |
---|---|---|
author | Hernán Gonzalez <hernan@vanguardiasur.com.ar> | Tue Feb 27 19:31:34 2018 -0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 28 11:39:40 2018 -0500 |
tree | 41c33a853bf80376d8ee5a24740d79ffae28d1fc | |
parent | 2824db741b650fc22f066924a2bfa3fb47054b6d [diff] |
qlogic/qed: Constify *pkt_type_str[] Note: This is compile only tested as I have no access to the hw. Constifying and declaring as static saves 24 bytes. add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-24 (-24) Function old new delta pkt_type_str 24 - -24 Total: Before=3599256, After=3599232, chg -0.00% Signed-off-by: Hernán Gonzalez <hernan@vanguardiasur.com.ar> Acked-by: Michal Kalderon <michal.kalderon@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>