All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Buesch <fsdeveloper@yahoo.de>
To: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>,
	GOTO Masanori <gotom@debian.or.jp>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4.21-bk1] NinjaSCSI compile warning fix
Date: Sat, 5 Jul 2003 19:32:26 +0200	[thread overview]
Message-ID: <200307051932.36743.fsdeveloper@yahoo.de> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

fixes "Warning: extra tokens at end of #endif directive"
compiletime warnings.


- --- drivers/scsi/nsp32.h.orig   2003-06-13 20:52:42.000000000 +0200
+++ drivers/scsi/nsp32.h        2003-07-05 19:22:42.000000000 +0200
@@ -425,5 +425,5 @@
 #define BUSPHASE_STATUS      ( BUSMON_STATUS      & BUSMON_PHASE_MASK )
 #define BUSPHASE_SELECT      ( BUSMON_SEL | BUSMON_IO )
 
- -#endif _NSP32_H
+#endif /* _NSP32_H */
 /* end */
- --- drivers/scsi/nsp32_io.h.orig        2003-06-13 20:52:42.000000000 +0200
+++ drivers/scsi/nsp32_io.h     2003-07-05 19:23:30.000000000 +0200
@@ -265,5 +265,5 @@
        nsp32_multi_write4(base, FIFO_DATA_LOW, buf, count);
 }
 
- -#endif _NSP32_IO_H
+#endif /* _NSP32_IO_H */
 /* end */

- -- 
Regards Michael Buesch
http://www.8ung.at/tuxsoft
 19:24:46 up 27 min,  3 users,  load average: 1.11, 1.31, 1.14

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/Bwu0oxoigfggmSgRAoLxAKCCru2aWaBkwPhi+QOre7l3zk2xowCeM3h/
j4n9XSErLXxcat8XAVHCRO8=
=duVk
-----END PGP SIGNATURE-----



                 reply	other threads:[~2003-07-05 19:14 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=200307051932.36743.fsdeveloper@yahoo.de \
    --to=fsdeveloper@yahoo.de \
    --cc=gotom@debian.or.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=yokota@netlab.is.tsukuba.ac.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.