Go to file
Yonattan Louise 0aeaa43158 Rename counterLoadValue to counter_load_value
Updating local variable's name to follow a consistent naming convention.

Change accomplished with the following script:

   #!/bin/bash
   echo "Searching for ${1} to replace with ${2}"
   find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" -o -name "*.arch" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: Ia9fcbd72de260f20cdda7f2754c02deb5b1dffba
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:54 -05:00
arch Rename counterLoadValue to counter_load_value 2016-02-05 20:13:54 -05:00
config
drivers
host
include Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub 2016-02-05 20:13:53 -05:00
kernel Rename cmdpacket to cmd_packet 2016-02-05 20:13:53 -05:00
lib/libc/minimal
make Rename _GdbStubIrqVectorTable to _irq_vector_table_with_gdb_stub 2016-02-05 20:13:53 -05:00
misc
net
samples
scripts
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
vxmicro-env.bash