commit | 6eab04a87677a37cf15b52e2b4b4fd57917102ad | [log] [tgz] |
---|---|---|
author | Justin P. Mattock <justinmattock@gmail.com> | Fri Apr 08 19:49:08 2011 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Sun Apr 10 17:01:05 2011 +0200 |
tree | dc92e25473e7e5c9183312d7feeeaeabb2157baf | |
parent | 9f0af69b2dd34d2c21817d599db7bdb3c972a759 [diff] [blame] |
treewide: remove extra semicolons Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/arch/s390/hypfs/hypfs.h b/arch/s390/hypfs/hypfs.h index 80c1526..d9df5a0 100644 --- a/arch/s390/hypfs/hypfs.h +++ b/arch/s390/hypfs/hypfs.h
@@ -47,7 +47,7 @@ void *buf; void *buf_free_ptr; size_t size; - struct hypfs_dbfs_file *dbfs_file;; + struct hypfs_dbfs_file *dbfs_file; struct kref kref; };