treewide: remove extra semicolons

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Justin P. Mattock
2011-04-08 19:49:08 -07:00
committed by Jiri Kosina
parent 9f0af69b2d
commit 6eab04a876
33 changed files with 40 additions and 40 deletions

View File

@@ -47,7 +47,7 @@ struct hypfs_dbfs_data {
void *buf;
void *buf_free_ptr;
size_t size;
struct hypfs_dbfs_file *dbfs_file;;
struct hypfs_dbfs_file *dbfs_file;
struct kref kref;
};