qiaohj213 commented on a change in pull request #1106: URL: https://github.com/apache/incubator-nuttx-apps/pull/1106#discussion_r838394477
########## File path: system/nxplayer/nxplayer.c ########## @@ -314,7 +314,7 @@ static int nxplayer_opendevice(FAR struct nxplayer_s *pplayer, int format, #ifdef CONFIG_NXPLAYER_INCLUDE_DEVICE_SEARCH { - struct audio_caps_s caps; + struct audio_caps_s cap; Review comment: checkpatch.sh failed on Line:398, the reason is "found Long Line". So change caps to cap. -- 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