mirror of https://gitee.com/openkylin/linux.git
alpha: remove trailing spaces in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Cc: linux-alpha@vger.kernel.org Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
2a238a9635
commit
7f2d889c9c
|
@ -224,7 +224,7 @@ static void
|
||||||
dp264_device_interrupt(unsigned long vector)
|
dp264_device_interrupt(unsigned long vector)
|
||||||
{
|
{
|
||||||
#if 1
|
#if 1
|
||||||
printk("dp264_device_interrupt: NOT IMPLEMENTED YET!! \n");
|
printk("dp264_device_interrupt: NOT IMPLEMENTED YET!!\n");
|
||||||
#else
|
#else
|
||||||
unsigned long pld;
|
unsigned long pld;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
|
@ -171,7 +171,7 @@ titan_set_irq_affinity(unsigned int irq, const struct cpumask *affinity)
|
||||||
static void
|
static void
|
||||||
titan_device_interrupt(unsigned long vector)
|
titan_device_interrupt(unsigned long vector)
|
||||||
{
|
{
|
||||||
printk("titan_device_interrupt: NOT IMPLEMENTED YET!! \n");
|
printk("titan_device_interrupt: NOT IMPLEMENTED YET!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue