mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ANDROID: goldfish: Fix typo in goldfish_cmd_locked() call
Patch 2898d1ea41
ANDROID: Address checkpatch.pl warnings in goldfish_pipe_v2
has typo in function call.
Change-Id: I3355c4a71f1e4026b6095a34cfe7adefa52f7fb6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Amit Pundir
parent
f81841171b
commit
daa853596f
@@ -348,7 +348,7 @@ static int transfer_max_buffers(struct goldfish_pipe* pipe,
|
||||
pipe->command_buffer);
|
||||
|
||||
/* Transfer the data */
|
||||
*status = goldfish_pipe_cmd_locked(
|
||||
*status = goldfish_cmd_locked(
|
||||
pipe,
|
||||
is_write ? PIPE_CMD_WRITE : PIPE_CMD_READ);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user