Skip to content

Commit dd09f01

Browse files
authored
Remove extraneous qualifiers from struct definition
1 parent af88438 commit dd09f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ static volatile struct {
26952695

26962696
} memory[NUM_BUFFERS];
26972697

2698-
static volatile struct newmemstruct
2698+
struct newmemstruct
26992699
{
27002700
BLASULONG lock;
27012701
void *addr;

0 commit comments

Comments
 (0)