Fix a coding style issue in trusty.c
Sandrine Bailleux authored
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: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
48c1c39f
Name Last commit Last update
bl1 AArch32: Fix detection of virtualization support
bl2 AArch32: Add generic changes in BL2
bl2u Introduce SEPARATE_CODE_AND_RODATA build flag
bl31 Cosmetic change to exception table
bl32 PSCI: Do psci_setup() as part of std_svc_setup()
common AArch32: Common changes needed for BL1/BL2
docs Merge pull request #762 from douglas-raillard-arm/dr/doc_build_info
drivers Merge pull request #677 from hzhuang1/gpt
fdts Merge pull request #727 from soby-mathew/sm/PSCI_lib_doc
include Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR
lib Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR
make_helpers build: Reorder build variables alphabetically
plat Merge pull request #762 from douglas-raillard-arm/dr/doc_build_info
services Fix a coding style issue in trusty.c
tools Merge pull request #744 from masahir0y/fiptool
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore .gitignore: ignore editor backup files
Makefile build: Reorder build variables alphabetically
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs