diff options
| -rw-r--r-- | arch/arc/kernel/setup.c | 2 | ||||
| -rw-r--r-- | arch/arc/kernel/unwind.c | 2 | ||||
| -rw-r--r-- | arch/arm/kernel/time.c | 2 | ||||
| -rw-r--r-- | arch/arm64/kernel/ptrace.c | 2 | ||||
| -rw-r--r-- | arch/powerpc/kvm/book3s_xive.c | 2 | ||||
| -rw-r--r-- | arch/powerpc/platforms/powernv/pci-ioda.c | 2 | ||||
| -rw-r--r-- | arch/x86/boot/compressed/eboot.c | 4 | ||||
| -rw-r--r-- | block/sed-opal.c | 2 | ||||
| -rw-r--r-- | drivers/clocksource/mips-gic-timer.c | 4 | ||||
| -rw-r--r-- | drivers/clocksource/timer-sun5i.c | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/scheduler/gpu_scheduler.c | 2 | ||||
| -rw-r--r-- | drivers/iommu/intel-svm.c | 2 | ||||
| -rw-r--r-- | drivers/md/raid1.c | 2 | ||||
| -rw-r--r-- | drivers/soc/imx/gpc.c | 2 |
17 files changed, 19 insertions, 19 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index 9d27331fe69a..ec12fe1c2f07 100644 --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c | |||
| @@ -373,7 +373,7 @@ static void arc_chk_core_config(void) | |||
| 373 | { | 373 | { |
| 374 | struct cpuinfo_arc *cpu = &cpuinfo_arc700[smp_processor_id()]; | 374 | struct cpuinfo_arc *cpu = &cpuinfo_arc700[smp_processor_id()]; |
| 375 | int saved = 0, present = 0; | 375 | int saved = 0, present = 0; |
| 376 | char *opt_nm = NULL;; | 376 | char *opt_nm = NULL; |
| 377 | 377 | ||
| 378 | if (!cpu->extn.timer0) | 378 | if (!cpu->extn.timer0) |
| 379 | panic("Timer0 is not present!\n"); | 379 | panic("Timer0 is not present!\n"); |
diff --git a/arch/arc/kernel/unwind.c b/arch/arc/kernel/unwind.c index 333daab7def0..183391d4d33a 100644 --- a/arch/arc/kernel/unwind.c +++ b/arch/arc/kernel/unwind.c | |||
| @@ -366,7 +366,7 @@ static void init_unwind_hdr(struct unwind_table *table, | |||
| 366 | return; | 366 | return; |
| 367 | 367 | ||
| 368 | ret_err: | 368 | ret_err: |
| 369 | panic("Attention !!! Dwarf FDE parsing errors\n");; | 369 | panic("Attention !!! Dwarf FDE parsing errors\n"); |
| 370 | } | 370 | } |
| 371 | 371 | ||
| 372 | #ifdef CONFIG_MODULES | 372 | #ifdef CONFIG_MODULES |
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index 629f8e9981f1..cf2701cb0de8 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c | |||
| @@ -83,7 +83,7 @@ static void dummy_clock_access(struct timespec64 *ts) | |||
| 83 | } | 83 | } |
| 84 | 84 | ||
| 85 | static clock_access_fn __read_persistent_clock = dummy_clock_access; | 85 | static clock_access_fn __read_persistent_clock = dummy_clock_access; |
| 86 | static clock_access_fn __read_boot_clock = dummy_clock_access;; | 86 | static clock_access_fn __read_boot_clock = dummy_clock_access; |
| 87 | 87 | ||
| 88 | void read_persistent_clock64(struct timespec64 *ts) | 88 | void read_persistent_clock64(struct timespec64 *ts) |
| 89 | { | 89 | { |
diff --git a/arch/arm64/kernel/ptrace.c b/arch/arm64/kernel/ptrace.c index 6618036ae6d4..9ae31f7e2243 100644 --- a/arch/arm64/kernel/ptrace.c +++ b/arch/arm64/kernel/ptrace.c | |||
| @@ -1419,7 +1419,7 @@ static int compat_ptrace_hbp_get(unsigned int note_type, | |||
| 1419 | u64 addr = 0; | 1419 | u64 addr = 0; |
| 1420 | u32 ctrl = 0; | 1420 | u32 ctrl = 0; |
| 1421 | 1421 | ||
| 1422 | int err, idx = compat_ptrace_hbp_num_to_idx(num);; | 1422 | int err, idx = compat_ptrace_hbp_num_to_idx(num); |
| 1423 | 1423 | ||
| 1424 | if (num & 1) { | 1424 | if (num & 1) { |
| 1425 | err = ptrace_hbp_get_addr(note_type, tsk, idx, &addr); | 1425 | err = ptrace_hbp_get_addr(note_type, tsk, idx, &addr); |
diff --git a/arch/powerpc/kvm/book3s_xive.c b/arch/powerpc/kvm/book3s_xive.c index f0f5cd4d2fe7..f9818d7d3381 100644 --- a/arch/powerpc/kvm/book3s_xive.c +++ b/arch/powerpc/kvm/book3s_xive.c | |||
| @@ -188,7 +188,7 @@ static int xive_provision_queue(struct kvm_vcpu *vcpu, u8 prio) | |||
| 188 | if (!qpage) { | 188 | if (!qpage) { |
| 189 | pr_err("Failed to allocate queue %d for VCPU %d\n", | 189 | pr_err("Failed to allocate queue %d for VCPU %d\n", |
| 190 | prio, xc->server_num); | 190 | prio, xc->server_num); |
| 191 | return -ENOMEM;; | 191 | return -ENOMEM; |
| 192 | } | 192 | } |
| 193 | memset(qpage, 0, 1 << xive->q_order); | 193 | memset(qpage, 0, 1 << xive->q_order); |
| 194 | 194 | ||
diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c b/arch/powerpc/platforms/powernv/pci-ioda.c index 496e47696ed0..a6c92c78c9b2 100644 --- a/arch/powerpc/platforms/powernv/pci-ioda.c +++ b/arch/powerpc/platforms/powernv/pci-ioda.c | |||
| @@ -1854,7 +1854,7 @@ static int pnv_pci_ioda_dma_set_mask(struct pci_dev *pdev, u64 dma_mask) | |||
| 1854 | s64 rc; | 1854 | s64 rc; |
| 1855 | 1855 | ||
| 1856 | if (WARN_ON(!pdn || pdn->pe_number == IODA_INVALID_PE)) | 1856 | if (WARN_ON(!pdn || pdn->pe_number == IODA_INVALID_PE)) |
| 1857 | return -ENODEV;; | 1857 | return -ENODEV; |
| 1858 | 1858 | ||
| 1859 | pe = &phb->ioda.pe_array[pdn->pe_number]; | 1859 | pe = &phb->ioda.pe_array[pdn->pe_number]; |
| 1860 | if (pe->tce_bypass_enabled) { | 1860 | if (pe->tce_bypass_enabled) { |
diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c index 353e20c3f114..886a9115af62 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c | |||
| @@ -439,7 +439,7 @@ setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height) | |||
| 439 | struct efi_uga_draw_protocol *uga = NULL, *first_uga; | 439 | struct efi_uga_draw_protocol *uga = NULL, *first_uga; |
| 440 | efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; | 440 | efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; |
| 441 | unsigned long nr_ugas; | 441 | unsigned long nr_ugas; |
| 442 | u32 *handles = (u32 *)uga_handle;; | 442 | u32 *handles = (u32 *)uga_handle; |
| 443 | efi_status_t status = EFI_INVALID_PARAMETER; | 443 | efi_status_t status = EFI_INVALID_PARAMETER; |
| 444 | int i; | 444 | int i; |
| 445 | 445 | ||
| @@ -484,7 +484,7 @@ setup_uga64(void **uga_handle, unsigned long size, u32 *width, u32 *height) | |||
| 484 | struct efi_uga_draw_protocol *uga = NULL, *first_uga; | 484 | struct efi_uga_draw_protocol *uga = NULL, *first_uga; |
| 485 | efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; | 485 | efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID; |
| 486 | unsigned long nr_ugas; | 486 | unsigned long nr_ugas; |
| 487 | u64 *handles = (u64 *)uga_handle;; | 487 | u64 *handles = (u64 *)uga_handle; |
| 488 | efi_status_t status = EFI_INVALID_PARAMETER; | 488 | efi_status_t status = EFI_INVALID_PARAMETER; |
| 489 | int i; | 489 | int i; |
| 490 | 490 | ||
diff --git a/block/sed-opal.c b/block/sed-opal.c index 9ed51d0c6b1d..e4929eec547f 100644 --- a/block/sed-opal.c +++ b/block/sed-opal.c | |||
| @@ -490,7 +490,7 @@ static int opal_discovery0_end(struct opal_dev *dev) | |||
| 490 | 490 | ||
| 491 | if (!found_com_id) { | 491 | if (!found_com_id) { |
| 492 | pr_debug("Could not find OPAL comid for device. Returning early\n"); | 492 | pr_debug("Could not find OPAL comid for device. Returning early\n"); |
| 493 | return -EOPNOTSUPP;; | 493 | return -EOPNOTSUPP; |
| 494 | } | 494 | } |
| 495 | 495 | ||
| 496 | dev->comid = comid; | 496 | dev->comid = comid; |
diff --git a/drivers/clocksource/mips-gic-timer.c b/drivers/clocksource/mips-gic-timer.c index a04808a21d4e..65e18c86d9b9 100644 --- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c | |||
| @@ -205,12 +205,12 @@ static int __init gic_clocksource_of_init(struct device_node *node) | |||
| 205 | } else if (of_property_read_u32(node, "clock-frequency", | 205 | } else if (of_property_read_u32(node, "clock-frequency", |
| 206 | &gic_frequency)) { | 206 | &gic_frequency)) { |
| 207 | pr_err("GIC frequency not specified.\n"); | 207 | pr_err("GIC frequency not specified.\n"); |
| 208 | return -EINVAL;; | 208 | return -EINVAL; |
| 209 | } | 209 | } |
| 210 | gic_timer_irq = irq_of_parse_and_map(node, 0); | 210 | gic_timer_irq = irq_of_parse_and_map(node, 0); |
| 211 | if (!gic_timer_irq) { | 211 | if (!gic_timer_irq) { |
| 212 | pr_err("GIC timer IRQ not specified.\n"); | 212 | pr_err("GIC timer IRQ not specified.\n"); |
| 213 | return -EINVAL;; | 213 | return -EINVAL; |
| 214 | } | 214 | } |
| 215 | 215 | ||
| 216 | ret = __gic_clocksource_init(); | 216 | ret = __gic_clocksource_init(); |
diff --git a/drivers/clocksource/timer-sun5i.c b/drivers/clocksource/timer-sun5i.c index 2a3fe83ec337..3b56ea3f52af 100644 --- a/drivers/clocksource/timer-sun5i.c +++ b/drivers/clocksource/timer-sun5i.c | |||
| @@ -334,7 +334,7 @@ static int __init sun5i_timer_init(struct device_node *node) | |||
| 334 | timer_base = of_io_request_and_map(node, 0, of_node_full_name(node)); | 334 | timer_base = of_io_request_and_map(node, 0, of_node_full_name(node)); |
| 335 | if (IS_ERR(timer_base)) { | 335 | if (IS_ERR(timer_base)) { |
| 336 | pr_err("Can't map registers\n"); | 336 | pr_err("Can't map registers\n"); |
| 337 | return PTR_ERR(timer_base);; | 337 | return PTR_ERR(timer_base); |
| 338 | } | 338 | } |
| 339 | 339 | ||
| 340 | irq = irq_of_parse_and_map(node, 0); | 340 | irq = irq_of_parse_and_map(node, 0); |
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c index 61e8c3e02d16..33d91e4474ea 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | |||
| @@ -718,7 +718,7 @@ static enum link_training_result perform_channel_equalization_sequence( | |||
| 718 | uint32_t retries_ch_eq; | 718 | uint32_t retries_ch_eq; |
| 719 | enum dc_lane_count lane_count = lt_settings->link_settings.lane_count; | 719 | enum dc_lane_count lane_count = lt_settings->link_settings.lane_count; |
| 720 | union lane_align_status_updated dpcd_lane_status_updated = {{0}}; | 720 | union lane_align_status_updated dpcd_lane_status_updated = {{0}}; |
| 721 | union lane_status dpcd_lane_status[LANE_COUNT_DP_MAX] = {{{0}}};; | 721 | union lane_status dpcd_lane_status[LANE_COUNT_DP_MAX] = {{{0}}}; |
| 722 | 722 | ||
| 723 | hw_tr_pattern = get_supported_tp(link); | 723 | hw_tr_pattern = get_supported_tp(link); |
| 724 | 724 | ||
diff --git a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c b/drivers/gpu/drm/amd/powerplay/amd_powerplay.c index 4c3223a4d62b..adb6e7b9280c 100644 --- a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c +++ b/drivers/gpu/drm/amd/powerplay/amd_powerplay.c | |||
| @@ -162,7 +162,7 @@ static int pp_hw_init(void *handle) | |||
| 162 | if(hwmgr->smumgr_funcs->start_smu(pp_handle->hwmgr)) { | 162 | if(hwmgr->smumgr_funcs->start_smu(pp_handle->hwmgr)) { |
| 163 | pr_err("smc start failed\n"); | 163 | pr_err("smc start failed\n"); |
| 164 | hwmgr->smumgr_funcs->smu_fini(pp_handle->hwmgr); | 164 | hwmgr->smumgr_funcs->smu_fini(pp_handle->hwmgr); |
| 165 | return -EINVAL;; | 165 | return -EINVAL; |
| 166 | } | 166 | } |
| 167 | if (ret == PP_DPM_DISABLED) | 167 | if (ret == PP_DPM_DISABLED) |
| 168 | goto exit; | 168 | goto exit; |
di | |||
