Browse Source

Blackfin: SMP: fix continuation lines

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Joe Perches 15 năm trước cách đây
mục cha
commit
db52ecc295
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      arch/blackfin/mach-common/smp.c

+ 2 - 2
arch/blackfin/mach-common/smp.c

@@ -170,8 +170,8 @@ static irqreturn_t ipi_handler(int irq, void *dev_instance)
 			kfree(msg);
 			break;
 		default:
-			printk(KERN_CRIT "CPU%u: Unknown IPI message \
-			0x%lx\n", cpu, msg->type);
+			printk(KERN_CRIT "CPU%u: Unknown IPI message 0x%lx\n",
+			       cpu, msg->type);
 			kfree(msg);
 			break;
 		}