Hi Andreas, > >> diff --git a/plugins/udev.c b/plugins/udev.c > >> index ce1efe6..49b5eb8 100644 > >> --- a/plugins/udev.c > >> +++ b/plugins/udev.c > >> @@ -185,7 +185,8 @@ static void add_hso(struct ofono_modem *modem, > >> devnode = udev_device_get_devnode(udev_device); > >> > >> if (g_str_has_suffix(type, "Application") == TRUE) > >> - ofono_modem_set_string(modem, APPLICATION_PORT, devnode); > >> + ofono_modem_set_string(modem, APPLICATION_PORT, > >> + devnode); > > > > What is this part doing here? > > Style fix, should it be removed ? style fixes should always be a separate patch. Do not intermix totally unrelated style fixes with actual changes. Regards Marcel