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

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

Merge "USB: gadget: f_fs: Use %zu when printing size_t"

parents 4fbca7b1 d0bdc926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2275,7 +2275,7 @@ static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type,
		return -EINVAL;
	}

	ffs_log("exit: size of desc %lu", sizeof(*desc));
	ffs_log("exit: size of desc %zu", sizeof(*desc));

	return sizeof(*desc);
}