net: ti: Fix wrong struct name in comments
authorYang Shen <shenyang39@huawei.com>
Mon, 17 May 2021 04:45:32 +0000 (12:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 May 2021 21:12:39 +0000 (14:12 -0700)
commit85ead77dc3d58adcca7b74afa02c1b2083e4c2ac
tree1052296a9fd395601e9e82ea71ea94e3f9b51c9d
parent40d9fca8b3fd7c4617c2af064d7ec8124cd79c75
net: ti: Fix wrong struct name in comments

Fixes the following W=1 kernel build warning(s):

 drivers/net/ethernet/ti/cpsw_ale.c:88: warning: expecting prototype for struct ale_dev_id. Prototype was for struct cpsw_ale_dev_id instead

Cc: Cyril Chemparathy <cyril@ti.com>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Yang Shen <shenyang39@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw_ale.c