* [PATCH] fs: syntax fix in ramfs.c
@ 2015-09-30 8:58 Stefan Christ
2015-10-01 6:38 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Christ @ 2015-09-30 8:58 UTC (permalink / raw)
To: barebox
Signed-off-by: Stefan Christ <s.christ@phytec.de>
---
fs/ramfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ramfs.c b/fs/ramfs.c
index 716f40f..a97f0a6 100644
--- a/fs/ramfs.c
+++ b/fs/ramfs.c
@@ -495,7 +495,7 @@ static int ramfs_truncate(struct device_d *dev, FILE *f, ulong size)
data->next = ramfs_get_chunk();
if (!data->next)
return -ENOMEM;
- data = data->next;
+ data = data->next;
}
}
node->size = size;
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fs: syntax fix in ramfs.c
2015-09-30 8:58 [PATCH] fs: syntax fix in ramfs.c Stefan Christ
@ 2015-10-01 6:38 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-10-01 6:38 UTC (permalink / raw)
To: Stefan Christ; +Cc: barebox
On Wed, Sep 30, 2015 at 10:58:54AM +0200, Stefan Christ wrote:
> Signed-off-by: Stefan Christ <s.christ@phytec.de>
> ---
> fs/ramfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-01 6:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30 8:58 [PATCH] fs: syntax fix in ramfs.c Stefan Christ
2015-10-01 6:38 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox