linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH mtd-utils] mkfs.ubifs: fix compilation without ZSTD
@ 2019-07-15 13:38 Martin Kaiser
  2019-07-17 11:32 ` David Oberhollenzer
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Kaiser @ 2019-07-15 13:38 UTC (permalink / raw)
  To: linux-mtd; +Cc: Martin Kaiser

Fix a trivial typo to make sure that zstd.h is included only if
zstd is not disabled.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
 ubifs-utils/mkfs.ubifs/compr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubifs-utils/mkfs.ubifs/compr.c b/ubifs-utils/mkfs.ubifs/compr.c
index 6239835..83f52ef 100644
--- a/ubifs-utils/mkfs.ubifs/compr.c
+++ b/ubifs-utils/mkfs.ubifs/compr.c
@@ -28,7 +28,7 @@
 #include <lzo/lzo1x.h>
 #endif
 #include <linux/types.h>
-#ifndef WITHOUT_ZSTSD
+#ifndef WITHOUT_ZSTD
 #include <zstd.h>
 #endif
 
-- 
2.11.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH mtd-utils] mkfs.ubifs: fix compilation without ZSTD
  2019-07-15 13:38 [PATCH mtd-utils] mkfs.ubifs: fix compilation without ZSTD Martin Kaiser
@ 2019-07-17 11:32 ` David Oberhollenzer
  0 siblings, 0 replies; 2+ messages in thread
From: David Oberhollenzer @ 2019-07-17 11:32 UTC (permalink / raw)
  To: Martin Kaiser, linux-mtd

Applied to mtd-utils.git master.

Thanks,

David

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2019-07-17 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 13:38 [PATCH mtd-utils] mkfs.ubifs: fix compilation without ZSTD Martin Kaiser
2019-07-17 11:32 ` David Oberhollenzer

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).