Skip to content

Commit

Permalink
hugeshmctl02: Mark struct tcase as static
Browse files Browse the repository at this point in the history
To follow LTP conventions.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jul 11, 2023
1 parent d72f215 commit b974428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/kernel/mem/hugetlb/hugeshmctl/hugeshmctl02.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static int shm_id_2 = -1;
static int shm_id_3 = -1;
static struct shmid_ds buf;

struct tcase {
static struct tcase {
int *shmid;
int cmd;
struct shmid_ds *sbuf;
Expand Down

0 comments on commit b974428

Please sign in to comment.