mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: janitor@sternwelten.at
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, janitor@sternwelten.at, domen@coderock.org
Subject: [patch 11/11] Subject: ifdef typos: sound_isa_es18xx.c
Date: Tue, 30 Nov 2004 02:57:41 +0100	[thread overview]
Message-ID: <E1CYxGv-00033J-Tv@sputnik> (raw)



Changed CONFIG_PNP_ to CONFIG_PNP, also fixed a comment related to
another CONFIG_PNP.

Signed-off-by: Domen Puncer <domen@coderock.org>

---

 linux-2.6.10-rc2-bk13-max/sound/isa/es18xx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN sound/isa/es18xx.c~ifdef-sound_isa_es18xx sound/isa/es18xx.c
--- linux-2.6.10-rc2-bk13/sound/isa/es18xx.c~ifdef-sound_isa_es18xx	2004-11-30 02:41:48.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/sound/isa/es18xx.c	2004-11-30 02:41:48.000000000 +0100
@@ -1849,7 +1849,7 @@ static int enable[SNDRV_CARDS] = SNDRV_D
 static int isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
 #endif
 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;	/* 0x220,0x240,0x260,0x280 */
-#ifndef CONFIG_PNP_
+#ifndef CONFIG_PNP
 static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
 #else
 static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
@@ -1988,7 +1988,7 @@ static int __devinit snd_audiodrive_pnp(
 	kfree(cfg);
 	return 0;
 }
-#endif /* CONFIG_PNP_ */
+#endif /* CONFIG_PNP */
 
 static int __devinit snd_audiodrive_probe(int dev, struct pnp_card_link *pcard,
 					  const struct pnp_card_device_id *pid)
_

             reply	other threads:[~2004-11-30  1:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30  1:57 janitor [this message]
2004-12-01 11:13 ` Takashi Iwai

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=E1CYxGv-00033J-Tv@sputnik \
    --to=janitor@sternwelten.at \
    --cc=akpm@osdl.org \
    --cc=domen@coderock.org \
    --cc=linux-kernel@vger.kernel.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