Commit c77bac08 authored by David Lin's avatar David Lin Committed by Greg Kroah-Hartman

greybus: operation: fix an inconsistent indent

This patch fixes an inconsistent indent.

Testing Done:
- Build & boot
Signed-off-by: default avatarDavid Lin <dtwlin@google.com>
Acked-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent c6cc8e73
......@@ -238,7 +238,7 @@ static void gb_operation_request_handle(struct gb_operation *operation)
dev_err(&connection->hd->dev,
"%s: failed to send response %d for type 0x%02x: %d\n",
connection->name, status, operation->type, ret);
return;
return;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment