arm-trusted-firmware/services/spd
Sandrine Bailleux 48c1c39fef 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>
2016-11-23 16:37:42 +00:00
..
opteed opteed: assume aarch64 for optee 2016-06-13 10:19:58 +01:00
tlkd TLKD: pass results with TLK_RESUME_FID function ID 2015-10-09 22:22:56 +05:30
trusty Fix a coding style issue in trusty.c 2016-11-23 16:37:42 +00:00
tspd Miscellaneous doc fixes for v1.2 2015-12-21 18:10:12 +00:00