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> |
||
---|---|---|
.. | ||
bluetooth | ||
drivers | ||
microkernel | ||
misc | ||
nanokernel | ||
toolchain | ||
absSym.h | ||
clock_vars.h | ||
cputype.h | ||
kernel_version.h | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
microkernel.h | ||
nanokernel.h | ||
section_tags.h | ||
sections.h | ||
string_s.h | ||
sw_isr_table.h | ||
toolchain.h |