linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Art Haas <ahaas@airmail.net>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@osdl.org>
Subject: [PATCH] Trivial C99 patch for watchdog/sc1200wdt.c
Date: Mon, 18 Aug 2003 16:31:56 -0500	[thread overview]
Message-ID: <20030818213156.GC27281@artsapartment.org> (raw)

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

                 reply	other threads:[~2003-08-18 21:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030818213156.GC27281@artsapartment.org \
    --to=ahaas@airmail.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).