arm-trusted-firmware/plat/fvp
Jeenu Viswambharan 3a4cae051a Change comments in assembler files to help ctags
Ctags seem to have a problem with generating tags for assembler symbols
when a comment immediately follows an assembly label.

This patch inserts a single space character between the label
definition and the following comments to help ctags.

The patch is generated by the command:

  git ls-files -- \*.S | xargs sed -i 's/^\([^:]\+\):;/\1: ;/1'

Change-Id: If7a3c9d0f51207ea033cc8b8e1b34acaa0926475
2014-01-17 10:27:53 +00:00
..
aarch64 Change comments in assembler files to help ctags 2014-01-17 10:27:53 +00:00
bl1_plat_setup.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
bl2_plat_setup.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
bl31_plat_setup.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
fvp_gic.c Probe for GICv3 re-distributors on core bring-up 2014-01-17 10:27:53 +00:00
fvp_pm.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
fvp_topology.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
platform.h Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00