linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Trivial C99 patch for watchdog/sc1200wdt.c
@ 2003-08-18 21:31 Art Haas
  0 siblings, 0 replies; only message in thread
From: Art Haas @ 2003-08-18 21:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-18 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-18 21:31 [PATCH] Trivial C99 patch for watchdog/sc1200wdt.c Art Haas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).