mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Brian Gerst <bgerst@didntduck.org>
Cc: rusty@rustcorp.com.au, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] modpost: Fix typo
Date: Sun, 8 Jan 2006 18:45:37 +0100	[thread overview]
Message-ID: <20060108174537.GC10990@mars.ravnborg.org> (raw)
In-Reply-To: <43C13593.6080509@didntduck.org>

On Sun, Jan 08, 2006 at 10:53:55AM -0500, Brian Gerst wrote:
> SND_MAX should be FF_MAX
> 
> Signed-off-by: Brian Gerst <bgerst@didntduck.org>

Applied, though I have not found a way to actually check this one is
correct.

	Sam

> 
> ---
> commit 71bc7fe59ac4b225d6279af4f45affbc5f2eec1b
> tree d1789dd69878466807dc3612dc8643c8102bbcda
> parent 12a9d2c317f6447caa5c5ccd553780516369f701
> author Brian Gerst <bgerst@didntduck.org> Sun, 08 Jan 2006 10:52:26 -0500
> committer Brian Gerst <bgerst@didntduck.org> Sun, 08 Jan 2006 10:52:26 -0500
> 
>  scripts/mod/file2alias.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c
> index e0eedff..be97caf 100644
> --- a/scripts/mod/file2alias.c
> +++ b/scripts/mod/file2alias.c
> @@ -417,7 +417,7 @@ static int do_input_entry(const char *fi
>  		do_input(alias, id->sndbit, 0, SND_MAX);
>  	sprintf(alias + strlen(alias), "f*");
>  	if (id->flags&INPUT_DEVICE_ID_MATCH_FFBIT)
> -		do_input(alias, id->ffbit, 0, SND_MAX);
> +		do_input(alias, id->ffbit, 0, FF_MAX);
>  	sprintf(alias + strlen(alias), "w*");
>  	if (id->flags&INPUT_DEVICE_ID_MATCH_SWBIT)
>  		do_input(alias, id->swbit, 0, SW_MAX);
> 
> 

  reply	other threads:[~2006-01-08 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-08 15:53 Brian Gerst
2006-01-08 17:45 ` Sam Ravnborg [this message]
2006-01-08 18:24   ` Brian Gerst

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=20060108174537.GC10990@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=bgerst@didntduck.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    /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

all inboxes | Powered by JetHome®