Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 774ed22c authored by Richard Knutsson's avatar Richard Knutsson Committed by Linus Torvalds
Browse files

reiserfs: complement va_start() with va_end().



Complement va_start() with va_end().

Signed-off-by: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 11025e85
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -575,6 +575,8 @@ void print_block(struct buffer_head *bh, ...) //int print_mode, int first, int l
					printk
					    ("Block %llu contains unformatted data\n",
					     (unsigned long long)bh->b_blocknr);

	va_end(args);
}

static char print_tb_buf[2048];