X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fstaging%2Fmost%2Fmostcore%2Fmostcore.h;h=e148b324331a4f75335a94972d86f696d1fa6441;hb=264015f8a83fefc62c5125d761fbbadf924e520c;hp=9bd4c779f1b6e14c940864d6de3762e9246c937b;hpb=9b22abe7b3ca3885e488ad36e5857d15f8158141;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/staging/most/mostcore/mostcore.h b/drivers/staging/most/mostcore/mostcore.h index 9bd4c779f1b6..e148b324331a 100644 --- a/drivers/staging/most/mostcore/mostcore.h +++ b/drivers/staging/most/mostcore/mostcore.h @@ -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