Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db52ecc2 authored by Joe Perches's avatar Joe Perches Committed by Mike Frysinger
Browse files

Blackfin: SMP: fix continuation lines



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent efc5863e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
		}