mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Diego Calleja <diegocg@gmail.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] trivial #if -> #ifdef
Date: Sat, 1 Oct 2005 17:00:48 +0200	[thread overview]
Message-ID: <20051001170048.354e2bdb.diegocg@gmail.com> (raw)

Self-explanatory patch fixing bug #5340 (isn't easier to send a fix than 
report the bug?!)


Signed-off-by: Diego Calleja <diegocg@gmail.com>

--- stable/include/linux/mod_devicetable.h.BAK	2005-10-01 16:11:39.000000000 +0200
+++ stable/include/linux/mod_devicetable.h	2005-10-01 16:22:15.000000000 +0200
@@ -183,7 +183,7 @@ struct of_device_id
 	char	name[32];
 	char	type[32];
 	char	compatible[128];
-#if __KERNEL__
+#ifdef __KERNEL__
 	void	*data;
 #else
 	kernel_ulong_t data;

                 reply	other threads:[~2005-10-01 15:02 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=20051001170048.354e2bdb.diegocg@gmail.com \
    --to=diegocg@gmail.com \
    --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

Powered by JetHome