lagg: Make lagg_link_active() static

It is declared as static. Make the definition consistent with the
declaration.

It was ever fixed by commit 52e53e2de0, but the commit was reverted,
leaving it unfixed.

No functional change intended.

MFC after:	3 days
This commit is contained in:
Zhenlei Huang
2026-02-10 01:48:07 +08:00
parent 1c41e411b5
commit 30988d0a7b
+1 -1
View File
@@ -2326,7 +2326,7 @@ lagg_port_state(struct ifnet *ifp, int state)
LAGG_XUNLOCK(sc);
}
struct lagg_port *
static struct lagg_port *
lagg_link_active(struct lagg_softc *sc, struct lagg_port *lp)
{
struct lagg_port *lp_next, *rval = NULL;