Another round of sonarlint work
This commit is contained in:
@@ -29,7 +29,7 @@ enum {
|
||||
SMBUS_VIA = 1
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct smbus_piix4_t {
|
||||
uint32_t local;
|
||||
uint16_t io_base;
|
||||
int clock;
|
||||
@@ -47,7 +47,7 @@ typedef struct {
|
||||
void *i2c;
|
||||
} smbus_piix4_t;
|
||||
|
||||
typedef struct {
|
||||
typedef struct smbus_ali7101_t {
|
||||
uint32_t local;
|
||||
uint16_t io_base;
|
||||
uint8_t stat;
|
||||
|
||||
Reference in New Issue
Block a user