Skip to content

Commit

Permalink
ia64: headers: drop duplicated words
Browse files Browse the repository at this point in the history
Delete the repeated words "to" and "the".

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Fenghua Yu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Jun 29, 2021
1 parent d71ba16 commit f589c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/ia64/include/asm/pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ static inline long ia64_pal_freq_base(unsigned long *platform_base_freq)

/*
* 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,
Expand Down
2 changes: 1 addition & 1 deletion arch/ia64/include/asm/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* the queue, and the other indicating the current tail. The lock is acquired
* by atomically noting the tail and incrementing it by one (thus adding
* ourself to the queue and noting our position), then waiting until the head
* becomes equal to the the initial value of the tail.
* becomes equal to the initial value of the tail.
* The pad bits in the middle are used to prevent the next_ticket number
* overflowing into the now_serving number.
*
Expand Down
2 changes: 1 addition & 1 deletion arch/ia64/include/asm/uv/uv_hub.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static inline int uv_numa_blade_id(void)
return 0;
}

/* Convert a cpu number to the the UV blade number */
/* Convert a cpu number to the UV blade number */
static inline int uv_cpu_to_blade_id(int cpu)
{
return 0;
Expand Down

0 comments on commit f589c67

Please sign in to comment.