From: Johan Hovold Date: Fri, 29 Apr 2016 15:08:30 +0000 (+0200) Subject: greybus: fix outdated kernel-doc comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=410abddb0389aa1e456f980b336eb20948ccce51;p=linux-beck.git greybus: fix outdated kernel-doc comment Update the function name, which has gained a timeout suffix. Also fix the kernel-doc formatting. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index 5818d7c92c4e..5af65353b141 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -1006,7 +1006,7 @@ void gb_operation_cancel_incoming(struct gb_operation *operation, int errno) } /** - * gb_operation_sync: implement a "simple" synchronous gb operation. + * gb_operation_sync_timeout() - implement a "simple" synchronous operation * @connection: the Greybus connection to send this to * @type: the type of operation to send * @request: pointer to a memory buffer to copy the request from