Delete the repeated word "to". Signed-off-by: Randy Dunlap <[email protected]> Cc: Tony Luck <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: [email protected] --- arch/ia64/include/asm/pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200720.orig/arch/ia64/include/asm/pal.h +++ linux-next-20200720/arch/ia64/include/asm/pal.h @@ -1086,7 +1086,7 @@ static inline long ia64_pal_freq_base(un /* * Get the ratios for processor frequency, bus frequency and interval timer to - * to base frequency of the platform + * the base frequency of the platform */ static inline s64 ia64_pal_freq_ratios (struct pal_freq_ratio *proc_ratio, struct pal_freq_ratio *bus_ratio,

