Home
last modified time | relevance | path

Searched hist:"94 db01ef448d1e552161c2d861d57a5f8bda0cc0" (Results 1 – 1 of 1) sorted by relevance

/optee_os/
H A Dtypedefs.checkpatch94db01ef448d1e552161c2d861d57a5f8bda0cc0 Mon Dec 03 12:36:32 UTC 2018 Jerome Forissier <jerome.forissier@linaro.org> Update typedefs.checkpatch

Adds missing typedefs from lib/libutee/include/tee_api_types.h to
typedefs.checkpatch. This fixes checkpatch errors such as:

ERROR: need consistent spacing around '*' (ctx:WxV)
#807: FILE: lib/libutee/tee_api_arith_mpi.c:773:
+void TEE_BigIntInitFMMContext(TEE_BigIntFMMContext *context __unused,
^
The file is sorted in reverse alphabetical order, otherwise checkpatch
would ignore some entries that have a common radix (such as TEE_BigInt/
TEE_BigIntFMM/TEE_BigIntFMMContext). Not sure if it is expected or if it
will be fixed in upstream checkpatch at some point.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>