Actually this change follows a complaint from checkpatch:+ /* We can not know for sure about exact alignment needs forleave the error code as is, namely, return -ENOTSUPP?
+ * struct passed on stack, so deny those
+ */
+ if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG)
+ return -EOPNOTSUPP;
"WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP"