Skip to content

Commit cf707f7

Browse files
lategoodbyegregkh
authored andcommitted
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 <[email protected]> Reviewed-by: Umang Jain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ac0b096 commit cf707f7

File tree

1 file changed

+2
-0
lines changed
  • drivers/staging/vc04_services/interface/vchiq_arm

1 file changed

+2
-0
lines changed

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ struct vchiq_service *handle_to_service(struct vchiq_instance *instance, unsigne
227227

228228
return rcu_dereference(instance->state->services[idx]);
229229
}
230+
230231
struct vchiq_service *
231232
find_service_by_handle(struct vchiq_instance *instance, unsigned int handle)
232233
{
@@ -2176,6 +2177,7 @@ vchiq_init_state(struct vchiq_state *state, struct vchiq_slot_zero *slot_zero, s
21762177

21772178
for (i = 0; i < VCHIQ_MAX_SERVICES; i++) {
21782179
struct vchiq_service_quota *quota = &state->service_quotas[i];
2180+
21792181
init_completion(&quota->quota_event);
21802182
}
21812183

0 commit comments

Comments
 (0)