xiaoxiang781216 commented on code in PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r988554491
########## drivers/modem/altair/altmdm.c: ########## @@ -292,7 +292,7 @@ static int altmdm_ioctl(FAR struct file *filep, int cmd, unsigned long arg) case MODEM_IOC_PM_GETSTATE: /* Get ALTMDM power management state. */ { - *(uint32_t *) arg = altmdm_pm_getstate(); + *(uint32_t *)arg = altmdm_pm_getstate(); Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org