0ff35771fc7a96a2244f38573b6d56199ec75056 author Jesper Juhl 1310423524 +0200 committer Michal Marek 1311598517 +0200 genksyms: Use same type in loop comparison The ARRAY_SIZE macro in scripts/genksyms/genksyms.c returns a value of type size_t. That value is being compared to a variable of type int in a loop in read_node(). Change the int variable to size_t type as well, so we don't do signed vs unsigned type comparisons with all the potential promotion/sign extension trouble that can cause (also silences compiler warnings at high levels of warnings). Signed-off-by: Jesper Juhl Signed-off-by: Michal Marek J5ûˆ—