mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
staging: most: change parameter description
This patch changes the description of a function parameter for a better understanding. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d58b0ee39a
commit
b2db4b245e
@@ -255,7 +255,7 @@ struct most_interface {
|
||||
* struct most_aim - identifies MOST device driver to mostcore
|
||||
* @name: Driver name
|
||||
* @probe_channel: function for core to notify driver about channel connection
|
||||
* @disconnect_channel: notification that a certain channel isn't available anymore
|
||||
* @disconnect_channel: callback function to disconnect a certain channel
|
||||
* @rx_completion: completion handler for received packets
|
||||
* @tx_completion: completion handler for transmitted packets
|
||||
* @context: context pointer to be used by mostcore
|
||||
|
||||
Reference in New Issue
Block a user