1
0
Fork 0

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 <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
hifive-unleashed-5.1
Johan Hovold 2016-04-29 17:08:30 +02:00 committed by Greg Kroah-Hartman
parent cca69fabeb
commit 410abddb03
1 changed files with 1 additions and 1 deletions

View 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