All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd-utils: ubifs: fix typo in without_lzo definition
@ 2018-04-05  7:51 Koen Vandeputte
  2018-04-05 13:08 ` David Oberhollenzer
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Vandeputte @ 2018-04-05  7:51 UTC (permalink / raw)
  To: linux-mtd; +Cc: Koen Vandeputte

Fixes: 1d04b4d5361a ("fix build when WITHOUT_LZO is set")

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
---
 ubifs-utils/mkfs.ubifs/mkfs.ubifs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
index 2e18fdc54366..6323dd45c4ad 100644
--- a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
+++ b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
@@ -612,7 +612,7 @@ static int get_options(int argc, char**argv)
 				return err_msg("bad compressor name");
 			break;
 		case 'X':
-#ifdef WITHOT_LZO
+#ifdef WITHOUT_LZO
 			return err_msg("built without LZO support");
 #else
 			c->favor_percent = strtol(optarg, &endp, 0);
-- 
2.7.4

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

* Re: [PATCH] mtd-utils: ubifs: fix typo in without_lzo definition
  2018-04-05  7:51 [PATCH] mtd-utils: ubifs: fix typo in without_lzo definition Koen Vandeputte
@ 2018-04-05 13:08 ` David Oberhollenzer
  0 siblings, 0 replies; 2+ messages in thread
From: David Oberhollenzer @ 2018-04-05 13:08 UTC (permalink / raw)
  To: Koen Vandeputte, linux-mtd

Applied to mtd-utils.git

Thanks,

David

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

end of thread, other threads:[~2018-04-05 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05  7:51 [PATCH] mtd-utils: ubifs: fix typo in without_lzo definition Koen Vandeputte
2018-04-05 13:08 ` David Oberhollenzer

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.