public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Capella <sebastian.capella@linaro.org>
To: Sebastian Capella <sebastian.capella@linaro.org>,
	linux-kernel@vger.kernel.org, trivial@kernel.org
Cc: patches@linaro.org, "Andrew Morton" <akpm@linux-foundation.org>,
	"Stephen Warren" <swarren@nvidia.com>,
	"Jens Axboe" <axboe@kernel.dk>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Al Viro" <viro@zeniv.linux.org.uk>
Subject: Re: [PATCH] init/do_mounts.c: add maj:min syntax comment
Date: Thu, 12 Sep 2013 14:03:09 -0700	[thread overview]
Message-ID: <20130912210309.23998.44800@capellas-linux> (raw)
In-Reply-To: <1379019294-14636-1-git-send-email-sebastian.capella@linaro.org>

Quoting Sebastian Capella (2013-09-12 13:54:54)
> The name_to_dev_t function has a comment block which lists the
> supported syntaxes for the device name.  Add a bullet for
> the <major>:<minor> syntax, which is already supported in the code
> 
> Signed-off-by: Sebastian Capella <sebastian.capella@linaro.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Stephen Warren <swarren@nvidia.com>
> Cc: Jens Axboe <axboe@kernel.dk>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  init/do_mounts.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/init/do_mounts.c b/init/do_mounts.c
> index 816014c..89dc3a6 100644
> --- a/init/do_mounts.c
> +++ b/init/do_mounts.c
> @@ -195,6 +195,8 @@ done:
>   *        is a zero-filled hex representation of the 1-based partition number.
>   *     7) PARTUUID=<UUID>/PARTNROFF=<int> to select a partition in relation to
>   *        a partition with a known unique id.
> + *     8) <major>:<minor> major and minor number of the device separated by
> + *        a colon.
>   *
>   *     If name doesn't have fall into the categories above, we return (0,0).
>   *     block_class is used to check if something is a disk name. If the disk
> -- 
> 1.7.9.5

Correct trivial address

      reply	other threads:[~2013-09-12 21:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-12 20:54 [PATCH] init/do_mounts.c: add maj:min syntax comment Sebastian Capella
2013-09-12 21:03 ` Sebastian Capella [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=20130912210309.23998.44800@capellas-linux \
    --to=sebastian.capella@linaro.org \
    --cc=akpm@linux-foundation.org \
    --cc=axboe@kernel.dk \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=swarren@nvidia.com \
    --cc=trivial@kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /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