[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1010312146110.23385@ayla.of.borg>
Date: Sun, 31 Oct 2010 21:48:47 +0100 (CET)
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Joern Engel <joern@...fs.org>,
Al Viro <viro@...iv.linux.org.uk>
cc: logfs@...fs.org,
Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: [PATCH] logfs: Add missing semicolon
commit 7d945a3aa7608f68dba04083d3421e0b43052660 ("logfs get_sb, part 3")
accidentally removed a semicolon, causing compile errors like:
fs/logfs/logfs.h:498: error: storage class specified for parameter ‘logfs_symlink_iops’
Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
---
fs/logfs/logfs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h
index cd51a36..57afd4a 100644
--- a/fs/logfs/logfs.h
+++ b/fs/logfs/logfs.h
@@ -486,7 +486,7 @@ static inline int logfs_get_sb_bdev(struct logfs_super *s,
/* dev_mtd.c */
#ifdef CONFIG_MTD
-int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
+int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr);
#else
static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
{
--
1.7.0.4
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists