From e14069f1739b05c7a7f60ae73c8ce14b91ef12e0 Mon Sep 17 00:00:00 2001 From: Neela Chithirala Date: Fri, 19 Nov 2021 02:37:22 +0000 Subject: Merge branch 'gs201-release' to android13-gs-pixel-5.10 * gs201-release: gxp: Initial commit for PM interface gxp: map and unmap TPU mailbox queues buffer gxp: unittests: add a gxp-debugfs-test.c gxp: unittests: add a gxp-platform-test.c gxp: unittests: add a gxp-vd-test.c gxp: unittests: add a gxp-firmware-test.c gxp: Update the logging/tracing device/host shared structures. gxp: Add ability to mmap telemetry buffers gxp: Move ETM trace_data off the stack gxp: Add IOCTL for configuring ETM registers gxp: Update copyright to "Google LLC" gxp: Remove NEED_SG_DMA_LENGTH from Kconfig gxp: unittests: fix kunit path in kokoro gxp: unittests: let LPM be always active gxp: unittests: add a fake firmware loader gxp: unittests: support device tree in unit tests gxp: unittests: use kokoro to execute tests Signed-off-by: Neela Chithirala Change-Id: I8fa8dfaaa70d2a40503ff3bffe636380b69e443c --- gxp-mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gxp-mailbox.c') diff --git a/gxp-mailbox.c b/gxp-mailbox.c index c262923..549a6e1 100644 --- a/gxp-mailbox.c +++ b/gxp-mailbox.c @@ -549,7 +549,7 @@ void gxp_mailbox_release(struct gxp_mailbox_manager *mgr, if (!mailbox) { dev_err(mgr->gxp->dev, - "Attempt to release nonexistant mailbox\n"); + "Attempt to release nonexistent mailbox\n"); return; } -- cgit v1.2.3