Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d182f231 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "binder: fix braces warning in binderfs"

parents 536cff3d 076d8824
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ static int binderfs_fill_super(struct super_block *sb, void *data, int silent)
	int ret;
	struct binderfs_info *info;
	struct inode *inode = NULL;
	struct binderfs_device device_info = { 0 };
	struct binderfs_device device_info = { { 0 } };
	const char *name;
	size_t len;