]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit365ee5d3a009233b1aa4bb80aeac0b3dd776ce54
tree1052296a9fd395601e9e82ea71ea94e3f9b51c9d
parentd21716ed66b6cdcb39af8055116c1d8c0b35fee6
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