zephyr/kernel
Yonattan Louise 86c128d3ba Rename K_PipeList to _k_pipe_list
Updating global 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" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: I77d459388aa26eaa52d0f59234d761f3ca7d1496
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
common Eliminate _nano_start() 2016-02-05 20:13:40 -05:00
microkernel Rename K_PipeList to _k_pipe_list 2016-02-05 20:13:43 -05:00
nanokernel Rename K_TaskCount to _k_task_count 2016-02-05 20:13:43 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00