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
1 parent eaec590 commit 3a4cae051af8fb129054c0aaf14dd3b7247f04f0
@Jeenu Viswambharan Jeenu Viswambharan authored on 16 Jan 2014
Dan Handley committed on 17 Jan 2014
Showing 13 changed files
View
arch/aarch64/cpu/cpu_helpers.S
View
arch/system/gic/aarch64/gic_v3_sysregs.S
View
bl1/aarch64/bl1_entrypoint.S
View
bl2/aarch64/bl2_entrypoint.S
View
bl31/aarch64/bl31_entrypoint.S
View
lib/arch/aarch64/cache_helpers.S
View
lib/arch/aarch64/misc_helpers.S
View
lib/arch/aarch64/sysreg_helpers.S
Too large (Show diff)
View
lib/arch/aarch64/tlb_helpers.S
View
lib/semihosting/aarch64/semihosting_call.S
View
lib/sync/locks/exclusive/spinlock.S
View
plat/common/aarch64/platform_helpers.S
View
plat/fvp/aarch64/bl1_plat_helpers.S