public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix for drivers/char/pc_keyb.c in 2.5.1-pre3
Date: Thu, 29 Nov 2001 08:40:39 +0100	[thread overview]
Message-ID: <20011129084039.D5788@suse.de> (raw)
In-Reply-To: <20011128163810.C2512@kroah.com> <E169FUY-0006k8-00@the-village.bc.nu>
In-Reply-To: <E169FUY-0006k8-00@the-village.bc.nu>

On Thu, Nov 29 2001, Alan Cox wrote:
> > Here's a patch for 2.5.1-pre3 to fix the compile time problems in
> > drivers/char/pc_keyb.c.  It also fixes the places where the flags
> > variable is the wrong type.
> 
> This is the diff I'm using. It

> @@ -1052,14 +1052,14 @@
>  
>  static int release_aux(struct inode * inode, struct file * file)
>  {
> -	int flags;
> +	unsigned long flags;
>  	fasync_aux(-1, file, 0);
> -	spin_lock_irqsave( &aux_count, flags );
> +	spin_lock_irqsave(&aux_count, flags);

s/aux_count/aux_count_lock typo

-- 
Jens Axboe


      parent reply	other threads:[~2001-11-29  7:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-29  0:38 [PATCH] fix for drivers/char/pc_keyb.c in 2.5.1-pre3 Greg KH
2001-11-29  0:55 ` Alan Cox
2001-11-29  1:07   ` Greg KH
2001-11-29  1:47     ` CONFIG_IPv8_TOS for 2.4 Jim Fleming
2001-11-29  7:40   ` Jens Axboe [this message]

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=20011129084039.D5788@suse.de \
    --to=axboe@suse.de \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=greg@kroah.com \
    --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