[PATCH] Fix typo in scdrv_init()

From: Greg KH
Date: Mon Jun 20 2005 - 19:40:27 EST


[PATCH] Fix typo in scdrv_init()

Fix a typo in scdrv_init() which was breaking the build for SGI sn2.

Signed-off-by: Jason Uhlenkott <jasonuhl@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit 12eac738e5889a10da5b391c02eeb61229c796dc
tree f571bf26898e816d91f0a830a45a0dc6f781fc6e
parent 0d3e5a2e39b6ba2974e9e7c2a429018c45de8e76
author Jason Uhlenkott <jasonuhl@xxxxxxx> Wed, 30 Mar 2005 13:19:54 -0800
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Mon, 20 Jun 2005 15:15:27 -0700

drivers/char/snsc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/snsc.c b/drivers/char/snsc.c
--- a/drivers/char/snsc.c
+++ b/drivers/char/snsc.c
@@ -437,7 +437,7 @@ scdrv_init(void)
continue;
}

- class__device_create(snsc_class, dev, NULL,
+ class_device_create(snsc_class, dev, NULL,
"%s", devname);

ia64_sn_irtr_intr_enable(scd->scd_nasid,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/