greybus: operation: fix an inconsistent indent

This patch fixes an inconsistent indent.

Testing Done:
- Build & boot

Signed-off-by: David Lin <dtwlin@google.com>
Acked-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
David Lin 2016-05-06 18:16:24 -07:00 committed by Greg Kroah-Hartman
parent c6cc8e73eb
commit c77bac08ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}