Messages in this thread Patch in this message |  | | | Date | Mon, 18 Aug 2003 16:31:56 -0500 | | From | Art Haas <> | | Subject | [PATCH] Trivial C99 patch for watchdog/sc1200wdt.c |
| |
Hi.
A trivial C99 fixup for this file. Against current BK.
Art Haas
===== drivers/char/watchdog/sc1200wdt.c 1.7 vs edited ===== --- 1.7/drivers/char/watchdog/sc1200wdt.c Thu Feb 13 05:20:50 2003 +++ edited/drivers/char/watchdog/sc1200wdt.c Wed Apr 2 06:54:50 2003 @@ -292,7 +292,7 @@ static struct notifier_block sc1200wdt_notifier = { - notifier_call: sc1200wdt_notify_sys + .notifier_call = sc1200wdt_notify_sys }; static struct file_operations sc1200wdt_fops = -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |