From: Alexey Dobriyan <adobriyan@mail.ru>
To: Roman Zippel <zippel@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] hfs: s/0/NULL/ in pointer context
Date: Sun, 9 Jan 2005 11:45:54 +0200 [thread overview]
Message-ID: <200501091145.54271.adobriyan@mail.ru> (raw)
Signed-off-by: Alexey Dobriyan <adobriyan@mail.ru>
Index: linux-2.6.10-bk11-warnings/fs/hfs/super.c
===================================================================
--- linux-2.6.10-bk11-warnings/fs/hfs/super.c (revision 12)
+++ linux-2.6.10-bk11-warnings/fs/hfs/super.c (revision 13)
@@ -159,7 +159,7 @@
if (!options)
return 1;
- while ((this_char = strsep(&options, ",")) != 0) {
+ while ((this_char = strsep(&options, ",")) != NULL) {
if (!*this_char)
continue;
value = strchr(this_char, '=');
reply other threads:[~2005-01-09 8:55 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=200501091145.54271.adobriyan@mail.ru \
--to=adobriyan@mail.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=zippel@linux-m68k.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).