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

Commit 681300af authored by Masanari Iida's avatar Masanari Iida Committed by David Ng
Browse files

staging: android: Fix typo in staging/android



Fix "with with" in debug message.

Change-Id: Ibb60ca741d8ec760873054db53ad83e1b8a70c15
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 1dcdbfd6d9a5172ece7ccccbca90531d4cf62083
Git-repo: https://android.googlesource.com/kernel/common/


Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
Signed-off-by: default avatarAjay Dudani <adudani@codeaurora.org>
parent db329bf4
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 ?