Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 293a3839 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by David S. Miller
Browse files

lapb: use the shorter LIST_HEAD form for brevity

parent 6952d892
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -58,7 +58,7 @@ struct lapbethdev {
	struct net_device_stats stats;		/* some statistics */
	struct net_device_stats stats;		/* some statistics */
};
};


static struct list_head lapbeth_devices = LIST_HEAD_INIT(lapbeth_devices);
static LIST_HEAD(lapbeth_devices);


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */