mirror of https://gitee.com/openkylin/linux.git
dd3b89be3e
It's better to use "list_for_each_entry_from_reverse" for iterating list than "for loop" as it makes the code more clear to read. This patch replace "for loop" with "list_for_each_entry_from_reverse" and "start" variable with "cstate" which helps in refactoring the code and also "cstate" variable is more commonly used in the other functions. changes in v2: "start" variable is removed, before "cstate" variable was removed but "cstate" is more common so preferred "cstate" over "start". Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |
||
---|---|---|
.. | ||
Kbuild | ||
base.c | ||
g84.c | ||
gf100.c | ||
gk20a.c | ||
gk20a.h | ||
gk104.c | ||
gm20b.c | ||
gt215.c | ||
gt215.h | ||
mcp77.c | ||
nv04.c | ||
nv40.c | ||
nv50.c | ||
nv50.h | ||
pll.h | ||
pllgt215.c | ||
pllnv04.c | ||
priv.h | ||
seq.h |