-
Notifications
You must be signed in to change notification settings - Fork 12
Description
This is a call for volunteers.
optee_ftpm compiles with quite a few warnings. We can't be sure that all are harmless so they should preferably be fixed.
Please start small and fix only a few warnings at a time. This makes the review easier and may also save you from rewriting large portions depending on feedback from the review.
We will use the same Coding Starndards for this git as in the other OP-TEE gits, but so far we've only done minimal changes compared to the original code. Updates to the code to better follow the coding standards are welcome, but please do it in somewhat small increments and keep it apart from other changes.
Fixing a warning in a small function while fixing the coding style should be OK, but keep in mind that if the change is too large, you may be asked to split it into smaller changes.