openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.94k stars 3.45k forks source link

net/nut: typo in function calls #21504

Open efahl opened 1 year ago

efahl commented 1 year ago

Maintainer: This code hasn't been touched in 5 years, so... Environment: all platforms, OpenWrt snapshot

Description:

In https://github.com/openwrt/packages/blob/master/net/nut/files/nut_serial.hotplug#L31 (and L33), the function call is misspelled nut_on_h*u*tplug_add, should be nut_on_hotplug_add (see function definition just above calls).

BKPepe commented 1 year ago

Could you please send pull request to fix this typo, please?