Next round of sonarlint cleanups
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
|
||||
typedef struct agpgart_s {
|
||||
int aperture_enable;
|
||||
uint32_t aperture_base, aperture_size, aperture_mask, gart_base;
|
||||
uint32_t aperture_base;
|
||||
uint32_t aperture_size;
|
||||
uint32_t aperture_mask;
|
||||
uint32_t gart_base;
|
||||
mem_mapping_t aperture_mapping;
|
||||
} agpgart_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user