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:

committed by
Jiri Kosina

parent
9f0af69b2d
commit
6eab04a876
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user