diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:19 -0600 |
commit | 62b668ba13d95d45052e4e88fa0bef8aad46003a (patch) | |
tree | 5f01e5cdf6f7074bc07bc387a9fe9a01263318ec /arch/x86/cpu/intel_common/itss.c | |
parent | b51be8ebcb4ac5605c03f409d5999601bc6244f5 (diff) |
x86: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/x86/cpu/intel_common/itss.c')
-rw-r--r-- | arch/x86/cpu/intel_common/itss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/intel_common/itss.c b/arch/x86/cpu/intel_common/itss.c index 6d3184f969f..168857feb76 100644 --- a/arch/x86/cpu/intel_common/itss.c +++ b/arch/x86/cpu/intel_common/itss.c @@ -101,7 +101,6 @@ static int restore_polarities(struct udevice *dev) reg_start = start / IRQS_PER_IPC; reg_end = DIV_ROUND_UP(end, IRQS_PER_IPC); - for (i = reg_start; i < reg_end; i++) { u32 mask; u16 reg; |