Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756985Ab3ILUzA (ORCPT ); Thu, 12 Sep 2013 16:55:00 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:57849 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754427Ab3ILUy7 (ORCPT ); Thu, 12 Sep 2013 16:54:59 -0400 From: Sebastian Capella To: linux-kernel@vger.kernel.org, trivial@vger.kernel.org Cc: patches@linaro.org, Sebastian Capella , Andrew Morton , Stephen Warren , Jens Axboe , Greg Kroah-Hartman , Al Viro Subject: [PATCH] init/do_mounts.c: add maj:min syntax comment Date: Thu, 12 Sep 2013 13:54:54 -0700 Message-Id: <1379019294-14636-1-git-send-email-sebastian.capella@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1373 Lines: 35 The name_to_dev_t function has a comment block which lists the supported syntaxes for the device name. Add a bullet for the : syntax, which is already supported in the code Signed-off-by: Sebastian Capella Cc: Andrew Morton Cc: Stephen Warren Cc: Jens Axboe Cc: Greg Kroah-Hartman Cc: Al Viro --- 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=/PARTNROFF= to select a partition in relation to * a partition with a known unique id. + * 8) : 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/