Loading drivers/of/base.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2077,7 +2077,7 @@ struct device_node *of_find_next_cache_node(const struct device_node *np) * * * @cpu: cpu number(logical index) for which the last cache level is needed * @cpu: cpu number(logical index) for which the last cache level is needed * * * Return: The the level at which the last cache is present. It is exactly * Return: The level at which the last cache is present. It is exactly * same as the total number of cache levels for the given logical cpu. * same as the total number of cache levels for the given logical cpu. */ */ int of_find_last_cache_level(unsigned int cpu) int of_find_last_cache_level(unsigned int cpu) Loading Loading
drivers/of/base.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2077,7 +2077,7 @@ struct device_node *of_find_next_cache_node(const struct device_node *np) * * * @cpu: cpu number(logical index) for which the last cache level is needed * @cpu: cpu number(logical index) for which the last cache level is needed * * * Return: The the level at which the last cache is present. It is exactly * Return: The level at which the last cache is present. It is exactly * same as the total number of cache levels for the given logical cpu. * same as the total number of cache levels for the given logical cpu. */ */ int of_find_last_cache_level(unsigned int cpu) int of_find_last_cache_level(unsigned int cpu) Loading