Conversation
bbf6f57 to
c30a8d2
Compare
|
V2: Codacy error fixed |
|
@ccraluca note that you can add a |
|
Oh, ok. I will know for future PR's. I can add now a comment in issue with the link to the commit if help |
|
Can't you add the tag to the commit and force-push? :) |
|
This is ok? |
|
You didn't add the "Fixes" tag to the commit, did you? I can't see it. By adding a "fixes" tag I meant just adding a line that says By the way you could also add a small description to your commit, it does not really say what this "kernel check" is and why it's needed (Basically, it checks that the structures defined in iio.h are up-to-date with the one defined in the kernel's user-space API headers). |
|
Description updated. |
|
@ccraluca this is good, but I meant in the commit, not in the PR's description :) I don't know what your setup is - but if you use command-line git, you can edit the description of the commit with |
|
Understood now, sorry |
It checks that the structures defined in iio.h are up-to-date with the one defined in the kernel's user-space API headers. Fixes: #891 Signed-off-by: Raluca Chis <raluca.chis@analog.com>
c30a8d2 to
9f7894c
Compare
|
@ccraluca No problem. Thank you! |
Add kernel check. It checks that the structures defined in iio.h are up-to-date with the one defined in the kernel's user-space API headers.
Script will run for each PR, inside Linux-Ubuntu-22.04 job.
Fixes: #891
Signed-off-by: Raluca Chis raluca.chis@analog.com