net: sis: Fix a function name in comments
authorCai Huoqing <caihuoqing@baidu.com>
Sat, 25 Sep 2021 13:40:12 +0000 (21:40 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 11:44:33 +0000 (12:44 +0100)
commite7e9d2088d9ce4c0c766cf9c3c26e3cc91f8bd33
tree236f60e7df807187b70089d428231d8bbba15ca7
parent8b58cba44e6b17a8e2ad9b5fd43eb7ec8d1f5f1f
net: sis: Fix a function name in comments

Use dma_alloc_coherent() instead of pci_alloc_consistent(),
because only dma_alloc_coherent() is called here.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sis/sis190.c