diff options
author | Gaston Gonzalez <gascoar@gmail.com> | 2021-10-29 17:00:12 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-30 11:12:40 +0200 |
commit | d8a364820e01b6abd9ae5dea1fc18f7f5b1a1450 (patch) | |
tree | 1972a3a8cb6913e76536826e073c6fcfe910dc6f /arch/mips/include/asm/mach-netlogic/multi-node.h | |
parent | bdcfac6ab6c9362c45959fdc91c730ecc2c18f7e (diff) | |
download | linux-d8a364820e01b6abd9ae5dea1fc18f7f5b1a1450.tar.gz linux-d8a364820e01b6abd9ae5dea1fc18f7f5b1a1450.tar.bz2 linux-d8a364820e01b6abd9ae5dea1fc18f7f5b1a1450.zip |
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>
Diffstat (limited to 'arch/mips/include/asm/mach-netlogic/multi-node.h')
0 files changed, 0 insertions, 0 deletions