All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] makedevs: fix cases where (start != 0)
Date: Wed, 23 Feb 2011 23:37:16 +0100	[thread overview]
Message-ID: <87fwrextr7.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4D653979.7090007@gmail.com> (Thomas De Schampheleire's message of "Wed, 23 Feb 2011 17:44:41 +0100")

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> writes:

 Thomas> The makedevs script did not always generate the requested set
 Thomas> of device names / minor number series.  * If start != 0, then
 Thomas> requesting (count) devices would generate only (count - start)
 Thomas> * If start != 0 && increment != 1, then requesting minors
 Thomas> starting with (minor) would generate minors starting with
 Thomas> (minor + (start * (increment - 1)))

 Thomas> This patch fixes the code and updates the usage text with extra
 Thomas> examples.

Committed, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2011-02-23 22:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 16:30 [Buildroot] [PATCH] makedevs: fix cases where (start != 0) Thomas De Schampheleire
2011-02-22 22:31 ` Peter Korsgaard
2011-02-23  7:35   ` Thomas De Schampheleire
2011-02-23 16:44     ` [Buildroot] [PATCH v2] " Thomas De Schampheleire
2011-02-23 22:37       ` Peter Korsgaard [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=87fwrextr7.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.