Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 410abddb authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

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: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent cca69fab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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