5d861d51bb
Updating local variable's name to follow a consistent naming convention. The prefix underscore is removed due to it's a local variable. 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: I28cbf0d02600d31548393870e712e6da062048da Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
interrupt_controller | ||
pci | ||
random | ||
serial | ||
timer | ||
defs.objs |