Loading arch/arc/kernel/unwind.c +1 −1 Original line number Diff line number Diff line Loading @@ -841,7 +841,7 @@ static int processCFI(const u8 *start, const u8 *end, unsigned long targetLoc, break; case DW_CFA_GNU_window_save: default: unw_debug("UNKNOW OPCODE 0x%x\n", opcode); unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); result = 0; break; } Loading arch/powerpc/kernel/prom.c +1 −1 Original line number Diff line number Diff line Loading @@ -721,7 +721,7 @@ void __init early_init_devtree(void *params) */ of_scan_flat_dt(early_init_dt_scan_cpus, NULL); if (boot_cpuid < 0) { printk("Failed to indentify boot CPU !\n"); printk("Failed to identify boot CPU !\n"); BUG(); } Loading arch/powerpc/platforms/85xx/p1022_rdk.c +2 −2 Original line number Diff line number Diff line Loading @@ -50,14 +50,14 @@ void p1022rdk_set_pixel_clock(unsigned int pixclock) /* Map the global utilities registers. */ guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); if (!guts_np) { pr_err("p1022rdk: missing global utilties device node\n"); pr_err("p1022rdk: missing global utilities device node\n"); return; } guts = of_iomap(guts_np, 0); of_node_put(guts_np); if (!guts) { pr_err("p1022rdk: could not map global utilties device\n"); pr_err("p1022rdk: could not map global utilities device\n"); return; } Loading arch/x86/kernel/test_rodata.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ int rodata_test(void) /* test 3: check the value hasn't changed */ /* If this test fails, we managed to overwrite the data */ if (!rodata_test_data) { printk(KERN_ERR "rodata_test: Test 3 failes (end data)\n"); printk(KERN_ERR "rodata_test: Test 3 fails (end data)\n"); return -ENODEV; } /* test 4: check if the rodata section is 4Kb aligned */ Loading drivers/iio/adc/max1027.c +1 −1 Original line number Diff line number Diff line Loading @@ -436,7 +436,7 @@ static int max1027_probe(struct spi_device *spi) indio_dev->num_channels * 2, GFP_KERNEL); if (st->buffer == NULL) { dev_err(&indio_dev->dev, "Can't allocate bufffer\n"); dev_err(&indio_dev->dev, "Can't allocate buffer\n"); return -ENOMEM; } Loading Loading
arch/arc/kernel/unwind.c +1 −1 Original line number Diff line number Diff line Loading @@ -841,7 +841,7 @@ static int processCFI(const u8 *start, const u8 *end, unsigned long targetLoc, break; case DW_CFA_GNU_window_save: default: unw_debug("UNKNOW OPCODE 0x%x\n", opcode); unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); result = 0; break; } Loading
arch/powerpc/kernel/prom.c +1 −1 Original line number Diff line number Diff line Loading @@ -721,7 +721,7 @@ void __init early_init_devtree(void *params) */ of_scan_flat_dt(early_init_dt_scan_cpus, NULL); if (boot_cpuid < 0) { printk("Failed to indentify boot CPU !\n"); printk("Failed to identify boot CPU !\n"); BUG(); } Loading
arch/powerpc/platforms/85xx/p1022_rdk.c +2 −2 Original line number Diff line number Diff line Loading @@ -50,14 +50,14 @@ void p1022rdk_set_pixel_clock(unsigned int pixclock) /* Map the global utilities registers. */ guts_np = of_find_compatible_node(NULL, NULL, "fsl,p1022-guts"); if (!guts_np) { pr_err("p1022rdk: missing global utilties device node\n"); pr_err("p1022rdk: missing global utilities device node\n"); return; } guts = of_iomap(guts_np, 0); of_node_put(guts_np); if (!guts) { pr_err("p1022rdk: could not map global utilties device\n"); pr_err("p1022rdk: could not map global utilities device\n"); return; } Loading
arch/x86/kernel/test_rodata.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ int rodata_test(void) /* test 3: check the value hasn't changed */ /* If this test fails, we managed to overwrite the data */ if (!rodata_test_data) { printk(KERN_ERR "rodata_test: Test 3 failes (end data)\n"); printk(KERN_ERR "rodata_test: Test 3 fails (end data)\n"); return -ENODEV; } /* test 4: check if the rodata section is 4Kb aligned */ Loading
drivers/iio/adc/max1027.c +1 −1 Original line number Diff line number Diff line Loading @@ -436,7 +436,7 @@ static int max1027_probe(struct spi_device *spi) indio_dev->num_channels * 2, GFP_KERNEL); if (st->buffer == NULL) { dev_err(&indio_dev->dev, "Can't allocate bufffer\n"); dev_err(&indio_dev->dev, "Can't allocate buffer\n"); return -ENOMEM; } Loading