Commit 1d702f59 authored by Stefan Wahren's avatar Stefan Wahren Committed by Greg Kroah-Hartman
Browse files

staging: vchiq_core: fix comment in vchiq_shutdown_internal



The comment seems to be copied from vchiq_connect_internal(). So change
it to match the actual behavior.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1621105859-30215-16-git-send-email-stefan.wahren@i2se.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ed720b2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2928,7 +2928,7 @@ vchiq_shutdown_internal(struct vchiq_state *state, struct vchiq_instance *instan
	struct vchiq_service *service;
	int i;

	/* Find all services registered to this client and enable them. */
	/* Find all services registered to this client and remove them. */
	i = 0;
	while ((service = next_service_by_instance(state, instance,
		&i)) !=	NULL) {