Searched hist:"48 c1c39fef53b05d2e73a095b56616a4fc915b65" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/services/spd/trusty/ |
| H A D | trusty.c | 48c1c39fef53b05d2e73a095b56616a4fc915b65 Wed Nov 23 10:53:07 UTC 2016 Sandrine Bailleux <sandrine.bailleux@arm.com> Fix a coding style issue in trusty.c
This patch fixes the following coding style error reported by the checkpatch.pl script:
Bad function definition - void el3_exit() should probably be void el3_exit(void)
There is another one but it's a false positive so there's no point in fixing it:
space prohibited after that '&' (ctx:WxW) +#define SMC_NR(entity, fn, fastcall, smc64) ((((fastcall) & 0x1) << 31) | \ ^ Change-Id: I34de0337c7216dabd16395879f13845a60ee6df0
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
|