Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: airoha: Fix typo in airoha_set_gdm2_loopback routine name

Rename airhoha_set_gdm2_loopback() in airoha_set_gdm2_loopback()

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20260330-airoha_set_gdm2_loopback-fix-typo-v1-1-a1320ff6b6cc@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Lorenzo Bianconi and committed by
Jakub Kicinski
a94ddc19 0cbd743a

+2 -2
+2 -2
drivers/net/ethernet/airoha/airoha_eth.c
··· 1709 1709 return 0; 1710 1710 } 1711 1711 1712 - static int airhoha_set_gdm2_loopback(struct airoha_gdm_port *port) 1712 + static int airoha_set_gdm2_loopback(struct airoha_gdm_port *port) 1713 1713 { 1714 1714 struct airoha_eth *eth = port->qdma->eth; 1715 1715 u32 val, pse_port, chan, nbq; ··· 1785 1785 if (!eth->ports[1]) { 1786 1786 int err; 1787 1787 1788 - err = airhoha_set_gdm2_loopback(port); 1788 + err = airoha_set_gdm2_loopback(port); 1789 1789 if (err) 1790 1790 return err; 1791 1791 }