You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/11/03 21:24:05 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7521: video: Move _VIDIOCBASE and _VIDIOC to include/nuttx/fs/ioctl.h

pkarashchenko commented on code in PR #7521:
URL: https://github.com/apache/incubator-nuttx/pull/7521#discussion_r1013410240


##########
include/nuttx/fs/ioctl.h:
##########
@@ -599,6 +600,12 @@
 #define _LTEIOCVALID(c) (_IOC_TYPE(c)==_LTEBASE)
 #define _LTEIOC(nr)     _IOC(_LTEBASE,nr)
 
+/* Video device ioctl definitions *******************************************/
+
+#define __VIDIOCVALID(c) (_IOC_TYPE(c)==_VIDIOCBASE)

Review Comment:
   why double `_` here?



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org