forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/include/uapi/linux/auto_dev-ioctl.h
....@@ -82,7 +82,7 @@
8282 /*
8383 * All the ioctls use this structure.
8484 * When sending a path size must account for the total length
85
- * of the chunk of memory otherwise is is the size of the
85
+ * of the chunk of memory otherwise it is the size of the
8686 * structure.
8787 */
8888
....@@ -109,7 +109,7 @@
109109 struct args_ismountpoint ismountpoint;
110110 };
111111
112
- char path[0];
112
+ char path[];
113113 };
114114
115115 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in)