The source project of this merge request has been removed.
lisa/_assets/kmodules/lisa: Check return value of kernel_write() and fix typo __worqueue
!2340 (closed) to check if GitLab actions work fine]
[New MR instead of-
Fix typo __worqueue: It should be
__workqueue
instead. -
Check return value of kernel_write():
kernel_write()
may fail since check its return value to ease debugging exceptions inpixel6.c
. While we are here, fix some trivial whitespacing issues.
Tested changes with a notebook which uses pixel6_emeter
.
Thanks,