Messages in this thread Patch in this message |  | | From | Randy Dunlap <> | Subject | [PATCH 1/5] ia64: pal.h: delete duplicated word | Date | Sat, 25 Jul 2020 17:40:09 -0700 |
| |
Delete the repeated word "to".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: linux-ia64@vger.kernel.org --- 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,
|  |