OSDN Git Service

net: hns3: typo in the name of a constant
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 21 Jul 2019 13:08:31 +0000 (15:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jul 2019 18:46:31 +0000 (11:46 -0700)
commit4803d0100196209137c8cff3666d354756525d58
tree6cf3033b0b5d56892b15d398ad5d93f04829885f
parent408d2bbbfd4687c435ee5d4967dbe95bc9be82ed
net: hns3: typo in the name of a constant

All constant in 'enum HCLGE_MBX_OPCODE' start with HCLGE, except
'HLCGE_MBX_PUSH_VLAN_INFO' (C and L switched)

s/HLC/HCL/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c