Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checkpatch complains over strlcpy: WARNING: Prefer strscpy over strlcpy - see: KSPP/linux#89 However, OP-TEE doesn't have a strscpy() function to use, so silence the warning until one is available. Signed-off-by: Jens Wiklander <[email protected]> Reviewed-by: Etienne Carriere <[email protected]>
- Loading branch information