zephyr/drivers
Yonattan Louise 5d861d51bb Rename _IdleOrigTicks to idle_original_ticks
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>
2016-02-05 20:13:54 -05:00
..
bluetooth Bluetooth: Add Bluetooth UART driver specific debug support 2016-02-05 20:13:50 -05:00
console console: Put the public API header in the right location 2016-02-05 20:13:48 -05:00
interrupt_controller First commit 2015-04-10 16:44:37 -07:00
pci pci: Put the public API header in the right location 2016-02-05 20:13:48 -05:00
random First commit 2015-04-10 16:44:37 -07:00
serial uart: Rename INTERRUPT_DRIVEN configuration option 2016-02-05 20:13:41 -05:00
timer Rename _IdleOrigTicks to idle_original_ticks 2016-02-05 20:13:54 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00