public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jiri Moravec <jim.lkml@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Typo in net/netfilter/xt_iprange.c (git tree)
Date: Fri, 01 Feb 2008 15:25:47 +0100	[thread overview]
Message-ID: <47A32BEB.9040008@gmail.com> (raw)

Function iprange_mt4 belong to IPv4 family - AF_INET. Right?

	.name      = "iprange",
	.revision  = 1,
	.family    = AF_INET6, <---------- Typo?
	.match     = iprange_mt4,
	.matchsize = sizeof(struct xt_iprange_mtinfo),
	.me        = THIS_MODULE,




             reply	other threads:[~2008-02-01 14:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-01 14:25 Jiri Moravec [this message]
2008-02-01 19:11 ` Typo in net/netfilter/xt_iprange.c (git tree) Frans Pop
2008-02-02 11:16 ` Patrick McHardy

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=47A32BEB.9040008@gmail.com \
    --to=jim.lkml@gmail.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