staging: vchiq_core: get rid of typedef
authorGaston Gonzalez <gascoar@gmail.com>
Fri, 29 Oct 2021 20:00:12 +0000 (17:00 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Oct 2021 09:12:40 +0000 (11:12 +0200)
commitd8a364820e01b6abd9ae5dea1fc18f7f5b1a1450
tree1972a3a8cb6913e76536826e073c6fcfe910dc6f
parentbdcfac6ab6c9362c45959fdc91c730ecc2c18f7e
staging: vchiq_core: get rid of typedef

The typedef BITSET_T is acting as a synonym of u32. However, using the type u32
directly makes the code more readable. Furthermore, typedef should only be used
in some cases, [1]. Hence, get rid of it.

[1] Documentation/process/coding-style.rst

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20211029200012.45986-1-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h