diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-07-28 19:42:24 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-01-04 08:50:27 +0100 |
commit | 6947feca588670a0443d3e8892e6e20c6acb491c (patch) | |
tree | 75c00f702466101d7004126fff18a42ad9ba07b3 /ui/sdl2-2d.c | |
parent | b5a3d8bc9146ba22a25116cb748c97341bf99737 (diff) |
hw/sd/sdcard: Rename Write Protect Group variables
'wp_groups' holds a bitmap, rename it as 'wp_group_bmap'.
'wpgrps_size' is the bitmap size (in bits), rename it as
'wp_group_bits'.
Patch created mechanically using:
$ sed -i -e s/wp_groups/wp_group_bmap/ \
-e s/wpgrps_size/wp_group_bits/ hw/sd/sd.c
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210728181728.2012952-4-f4bug@amsat.org>
Reviewed-by: Alexander Bulekov <alxndr@bu.edu>
Diffstat (limited to 'ui/sdl2-2d.c')
0 files changed, 0 insertions, 0 deletions