소스 검색

Merge pull request #226 from mechanicalamit/ioctl.c-patches

Correct name/location for ioctl-number.rst
Jim Huang 1 년 전
부모
커밋
514f206da0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/ioctl.c

+ 1 - 1
examples/ioctl.c

@@ -13,7 +13,7 @@ struct ioctl_arg {
     unsigned int val;
 };
 
-/* Documentation/ioctl/ioctl-number.txt */
+/* Documentation/userspace-api/ioctl/ioctl-number.rst */
 #define IOC_MAGIC '\x66'
 
 #define IOCTL_VALSET _IOW(IOC_MAGIC, 0, struct ioctl_arg)