]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: fix outdated kernel-doc comment
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 29 Apr 2016 15:08:30 +0000 (17:08 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 29 Apr 2016 21:27:05 +0000 (14:27 -0700)
Update the function name, which has gained a timeout suffix.

Also fix the kernel-doc formatting.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/operation.c

index 5818d7c92c4e8d928fb81a01f9eea0c8afddd1e1..5af65353b1411e158fb5f849d56de71475f86dc0 100644 (file)
@@ -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