ff37393a07
Updating micro kernel functions to follow a consistent naming convention. Part of that process is the removal of camelCase naming conventions for the preferred_underscore_method. Change accomplished with the following script: #!/bin/bash echo "Checking C, CPP, H, HPP, and s files..." find . -type f \( -iname \*.[ch] -o -iname \*.[ch]pp -o -iname \*.s \) \ -not \( -path host/src/genIdt -prune \) \ -not \( -path host/src/gen_tables -prune \) \ -print | xargs sed -i "s/"${1}"/"${2}"/g" echo "Checking KCONF, LST, and PY files..." find . -type f \( -iname \*.lst -o -iname \*.kconf -o -iname \*.py \) \ -not \( -path host/src/genIdt -prune \) \ -not \( -path host/src/gen_tables -prune \) \ -print | xargs sed -i "s/"${1}"/"${2}"/g" Change-Id: Iff54480375197fc1fad947a8dc98b970e142dcaf Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> |
||
---|---|---|
.. | ||
basic | ||
cross_compiler | ||
genksyms | ||
kconfig | ||
package | ||
sanity_chk | ||
0001-armv7m-support-basepri-primask-interrupt-locking.patch | ||
check_known_checkpatch_issues.sh | ||
checkpatch.pl | ||
checkstack.pl | ||
config | ||
depmod.sh | ||
diffconfig | ||
do_checkpatch.sh | ||
docproc.c | ||
gcc-version.sh | ||
headerdep.pl | ||
Kbuild.include | ||
link-vmlinux.sh | ||
maintainer-checkpatch.bash | ||
Makefile | ||
Makefile.asm-generic | ||
Makefile.build | ||
Makefile.clean | ||
Makefile.dtbinst | ||
Makefile.extrawarn | ||
Makefile.fwinst | ||
Makefile.headersinst | ||
Makefile.help | ||
Makefile.host | ||
Makefile.lib | ||
Makefile.modbuiltin | ||
Makefile.modinst | ||
Makefile.modpost | ||
Makefile.modsign | ||
mkmakefile | ||
mksysmap | ||
setlocalversion | ||
spelling.txt | ||
sysgen.py | ||
tags.sh | ||
timestamp | ||
unifdef.c |