mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
powerpc: Fix all occurences of "the the"
Rather than waiting for the bots to fix these one-by-one, fix all occurences of "the the" throughout arch/powerpc. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220518142629.513007-1-mpe@ellerman.id.au
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Copyright (c) 2009 Secret Lab Technologies Ltd.
|
||||
* Copyright (c) 2008 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
|
||||
*
|
||||
* This file is a driver for the the General Purpose Timer (gpt) devices
|
||||
* This file is a driver for the General Purpose Timer (gpt) devices
|
||||
* found on the MPC5200 SoC. Each timer has an IO pin which can be used
|
||||
* for GPIO or can be used to raise interrupts. The timer function can
|
||||
* be used independently from the IO pin, or it can be used to control
|
||||
|
||||
@@ -253,7 +253,7 @@ static void __noreturn briq_restart(char *cmd)
|
||||
* Per default, input/output-device points to the keyboard/screen
|
||||
* If no card is installed, the built-in serial port is used as a fallback.
|
||||
* But unfortunately, the firmware does not connect /chosen/{stdin,stdout}
|
||||
* the the built-in serial node. Instead, a /failsafe node is created.
|
||||
* to the built-in serial node. Instead, a /failsafe node is created.
|
||||
*/
|
||||
static __init void chrp_init(void)
|
||||
{
|
||||
|
||||
@@ -2374,7 +2374,7 @@ static void pnv_ioda_setup_pe_res(struct pnv_ioda_pe *pe,
|
||||
|
||||
/*
|
||||
* This function is supposed to be called on basis of PE from top
|
||||
* to bottom style. So the the I/O or MMIO segment assigned to
|
||||
* to bottom style. So the I/O or MMIO segment assigned to
|
||||
* parent PE could be overridden by its child PEs if necessary.
|
||||
*/
|
||||
static void pnv_ioda_setup_pe_seg(struct pnv_ioda_pe *pe)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
* have the same requirement.
|
||||
*
|
||||
* For a SR-IOV BAR things are a little more awkward since size and alignment
|
||||
* are not coupled. The alignment is set based on the the per-VF BAR size, but
|
||||
* are not coupled. The alignment is set based on the per-VF BAR size, but
|
||||
* the total BAR area is: number-of-vfs * per-vf-size. The number of VFs
|
||||
* isn't necessarily a power of two, so neither is the total size. To fix that
|
||||
* we need to finesse (read: hack) the Linux BAR allocator so that it will
|
||||
|
||||
Reference in New Issue
Block a user