* [PATCH,TRIVIAL] Fix typo in Hurd part of include/linux/ext2_fs.h
@ 2008-07-19 0:50 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-07-19 0:50 UTC (permalink / raw)
To: linux-kernel, akpm
Fix typo in Hurd part of include/linux/ext2_fs.h
The ';' here is redundant or can even pose problem.
This is actually not used by the Linux kernel, but it is exposed in
GNU/Hurd.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h
index 84cec2a..2efe7b8 100644
--- a/include/linux/ext2_fs.h
+++ b/include/linux/ext2_fs.h
@@ -284,8 +284,8 @@ struct ext2_inode {
#ifdef __hurd__
#define i_translator osd1.hurd1.h_i_translator
-#define i_frag osd2.hurd2.h_i_frag;
-#define i_fsize osd2.hurd2.h_i_fsize;
+#define i_frag osd2.hurd2.h_i_frag
+#define i_fsize osd2.hurd2.h_i_fsize
#define i_uid_high osd2.hurd2.h_i_uid_high
#define i_gid_high osd2.hurd2.h_i_gid_high
#define i_author osd2.hurd2.h_i_author
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-19 1:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19 0:50 [PATCH,TRIVIAL] Fix typo in Hurd part of include/linux/ext2_fs.h Samuel Thibault
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).