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

Commit be339a2c authored by Masanari Iida's avatar Masanari Iida Committed by Olav Haugan
Browse files

staging: android: Fix typo in staging/android



Fix "with with" in debug message.

Change-Id: I433cb8564470ac7ae4d757528528242561399f36
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 1dcdbfd6d9a5172ece7ccccbca90531d4cf62083
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarOlav Haugan <ohaugan@codeaurora.org>
parent 5830ea78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -792,7 +792,7 @@ static void binder_delete_free_buffer(struct binder_proc *proc,
	list_del(&buffer->entry);
	if (free_page_start || free_page_end) {
		binder_debug(BINDER_DEBUG_BUFFER_ALLOC,
			     "%d: merge free, buffer %p do not share page%s%s with with %p or %p\n",
			     "%d: merge free, buffer %p do not share page%s%s with %p or %p\n",
			     proc->pid, buffer, free_page_start ? "" : " end",
			     free_page_end ? "" : " start", prev, next);
		binder_update_page_range(proc, 0, free_page_start ?