kernel/include/uapi/linux/auto_dev-ioctl.h
.. .. @@ -82,7 +82,7 @@ 82 82 /* 83 83 * All the ioctls use this structure. 84 84 * When sending a path size must account for the total length 85 - * of the chunk of memory otherwise is is the size of the85 + * of the chunk of memory otherwise it is the size of the86 86 * structure. 87 87 */ 88 88 .. .. @@ -109,7 +109,7 @@ 109 109 struct args_ismountpoint ismountpoint; 110 110 }; 111 111 112 - char path[0];112 + char path[];113 113 }; 114 114 115 115 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in)