Home
last modified time | relevance | path

Searched hist:e06e6e74e1e1e59a41edea4499831c99cb7a5084 (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dgic.ce06e6e74e1e1e59a41edea4499831c99cb7a5084 Fri Oct 30 10:33:43 UTC 2015 Peter Maydell <peter.maydell@linaro.org> drivers/core/gic.c: Fix indentation in gic_cpu_init()

The indentation in gic_cpu_init() is using spaces rather than
tabs. Since it's a very short function and we're about to add
some code to it, fix the indentation first.

Fix a comment typo while we're here.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>