linux_dsm_epyc7002/drivers/net/ethernet/huawei/hinic
Christophe JAILLET 930cfe0f12 hinic: Use devm_kasprintf instead of hard coding it
'devm_kasprintf' is less verbose than:
   snprintf(NULL, 0, ...);
   devm_kzalloc(...);
   sprintf
so use it instead.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Zhao Chen <zhaochen6@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-15 13:38:24 -07:00
..
hinic_common.c
hinic_common.h
hinic_dev.h
hinic_hw_api_cmd.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
hinic_hw_api_cmd.h
hinic_hw_cmdq.c treewide: Use array_size() in vzalloc() 2018-06-12 16:19:22 -07:00
hinic_hw_cmdq.h
hinic_hw_csr.h
hinic_hw_dev.c hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_hw_dev.h hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_hw_eqs.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
hinic_hw_eqs.h
hinic_hw_if.c net-next/hinic: replace disable_irq_nosync/enable_irq 2019-01-17 11:22:36 -08:00
hinic_hw_if.h net-next/hinic: replace disable_irq_nosync/enable_irq 2019-01-17 11:22:36 -08:00
hinic_hw_io.c hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_hw_io.h
hinic_hw_mgmt.c
hinic_hw_mgmt.h
hinic_hw_qp_ctxt.h hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_hw_qp.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
hinic_hw_qp.h hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4 2018-10-29 20:43:40 -07:00
hinic_hw_wq.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
hinic_hw_wq.h net-next/hinic:replace multiply and division operators 2018-11-20 10:38:08 -08:00
hinic_hw_wqe.h hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_main.c hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_port.c hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_port.h hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_rx.c hinic: Use devm_kasprintf instead of hard coding it 2019-06-15 13:38:24 -07:00
hinic_rx.h hinic: add LRO support 2019-06-04 14:51:46 -07:00
hinic_tx.c net: move skb->xmit_more hint to softnet data 2019-04-01 18:35:02 -07:00
hinic_tx.h
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00