Searched hist:b37d3240bdab60a8833dabf3b920a849af057c37 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ |
| H A D | typedefs.checkpatch | b37d3240bdab60a8833dabf3b920a849af057c37 Fri Mar 15 08:35:45 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> Add mbed TLS types to typedefs.checkpatch
Adds a couple of mbed TLS types to typedefs.checkpatch to avoid the following warning:
WARNING: Missing a blank line after declarations #100: FILE: lib/libutee/tee_api_arith_mpi.c:105: + const struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; + const mbedtls_mpi_uint *p = (const mbedtls_mpi_uint *)(hdr + 1);
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|