mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
staging: vchiq_core: Add missing blank lines
checkpatch.pl noticed about missing blank line after 2 declarations. So add them for better readability. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Link: https://lore.kernel.org/r/20240425165852.6681-6-wahrenst@gmx.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac0b096351
commit
cf707f77a1
@ -227,6 +227,7 @@ struct vchiq_service *handle_to_service(struct vchiq_instance *instance, unsigne
|
||||
|
||||
return rcu_dereference(instance->state->services[idx]);
|
||||
}
|
||||
|
||||
struct vchiq_service *
|
||||
find_service_by_handle(struct vchiq_instance *instance, unsigned int handle)
|
||||
{
|
||||
@ -2176,6 +2177,7 @@ vchiq_init_state(struct vchiq_state *state, struct vchiq_slot_zero *slot_zero, s
|
||||
|
||||
for (i = 0; i < VCHIQ_MAX_SERVICES; i++) {
|
||||
struct vchiq_service_quota *quota = &state->service_quotas[i];
|
||||
|
||||
init_completion("a->quota_event);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user