On Sun, 2022-01-23 at 21:02 +0100, Stefan Wahren wrote: > This is a loose collection of small adjustments to the VCHIQ code > (mostly coding style, but also bugfixes). > > Stefan Wahren (18): > staging: vchiq_core: fix indentation in vchiq_log_dump_mem > staging: vchiq_debugfs: get the rid of n_log_entries > staging: vchiq_arm: introduce is_adjacent_block > staging: vchiq: convert TODOs into unordered list > staging: vchiq: drop completed tasks from TODO > staging: vchiq: add message handling to TODO list > staging: vchiq_core: fix type of parameter localport > staging: vchiq_core: simplify vchiq_add_service_internal > staging: vchiq_core: align return statements in msg_type_str > staging: vchiq_core: drop prefix of vchiq_set_service_state > staging: vchiq_core: reduce multi-line statements > staging: vchiq_core: fix alignment > staging: vchiq_core: avoid ternary operator for set_service_state > staging: vchiq_core: use min_t macro > staging: vchiq_arm: make vchiq_get_state return early > staging: vchiq_arm: Avoid NULL ptr deref in > vchiq_dump_platform_instances > staging: vchiq_core: handle NULL result of find_service_by_handle > staging: vchiq_dev: Avoid unnecessary alloc in > vchiq_ioc_create_service For the whole series: Reviewed-by: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx> Thanks! Nicolas