mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-06 20:02:13 -05:00
There is no need to use 'list_for_each_entry_safe' here, as nothing is removed from the list in the 'for' loop. Use 'list_for_each_entry' instead, it is slightly less verbose. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://github.com/openwrt/openwrt/pull/15435 Link: https://github.com/openwrt/openwrt/pull/15435 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> |
||
|---|---|---|
| .. | ||
| base-files/etc/hotplug.d/ieee80211 | ||
| dts | ||
| files | ||
| generic | ||
| image | ||
| mikrotik | ||
| nand | ||
| patches-6.1 | ||
| patches-6.6 | ||
| tiny | ||
| config-6.1 | ||
| config-6.6 | ||
| Makefile | ||
| modules.mk | ||