linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd-utils: mkfs.ubifs: Fix typo in short options of mkfs.ubifs
@ 2010-10-25 11:58 Vivenzio Pagliari
  2010-10-25 19:26 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Vivenzio Pagliari @ 2010-10-25 11:58 UTC (permalink / raw)
  To: linux-mtd

The short option for specifying the count of erase blocks for orphans '-p'
was not detected due to a typo.
    
Signed-off-by: Vivenzio Pagliari <vivenzio.pagliari@gmx.de>

diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c
index d83f6bd..bc0817f 100644
--- a/mkfs.ubifs/mkfs.ubifs.c
+++ b/mkfs.ubifs/mkfs.ubifs.c
@@ -132,7 +132,7 @@ static struct inum_mapping **hash_table;
 /* Inode creation sequence number */
 static unsigned long long creat_sqnum;
 
-static const char *optstring = "d:r:m:o:D:h?vVe:c:g:f:P:k:x:X:j:R:l:j:UQq";
+static const char *optstring = "d:r:m:o:D:h?vVe:c:g:f:p:k:x:X:j:R:l:j:UQq";
 
 static const struct option longopts[] = {
        {"root",               1, NULL, 'r'},

-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd-utils: mkfs.ubifs: Fix typo in short options of mkfs.ubifs
  2010-10-25 11:58 [PATCH] mtd-utils: mkfs.ubifs: Fix typo in short options of mkfs.ubifs Vivenzio Pagliari
@ 2010-10-25 19:26 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2010-10-25 19:26 UTC (permalink / raw)
  To: Vivenzio Pagliari; +Cc: linux-mtd

On Mon, 2010-10-25 at 13:58 +0200, Vivenzio Pagliari wrote:
> The short option for specifying the count of erase blocks for orphans '-p'
> was not detected due to a typo.
>     
> Signed-off-by: Vivenzio Pagliari <vivenzio.pagliari@gmx.de>
> 
> diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c
> index d83f6bd..bc0817f 100644
> --- a/mkfs.ubifs/mkfs.ubifs.c
> +++ b/mkfs.ubifs/mkfs.ubifs.c

Pushed, thanks!

-- 
Best Regards,
Artem Bityutskiy (Битюцкий Артём)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-25 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 11:58 [PATCH] mtd-utils: mkfs.ubifs: Fix typo in short options of mkfs.ubifs Vivenzio Pagliari
2010-10-25 19:26 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).