aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-modem-mbim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-broadband-modem-mbim.c')
-rw-r--r--src/mm-broadband-modem-mbim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index 75454949..2b03c560 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -149,7 +149,7 @@ struct _MMBroadbandModemMbimPrivate {
gboolean is_google_carrier_lock_supported;
/* Process unsolicited notifications */
- guint notification_id;
+ gulong notification_id;
ProcessNotificationFlag setup_flags;
ProcessNotificationFlag enable_flags;
@@ -5836,7 +5836,7 @@ port_notification_cb (MMPortMbim *port,
MbimService service;
MbimDevice *device;
- /* Onlyu process notifications if the device still exists */
+ /* Only process notifications if the device still exists */
device = mm_port_mbim_peek_device (port);
if (!device)
return;