diff options
Diffstat (limited to 'tools/syz-declextract/testdata/cover.c')
| -rw-r--r-- | tools/syz-declextract/testdata/cover.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/syz-declextract/testdata/cover.c b/tools/syz-declextract/testdata/cover.c index b692c3557..4b4836bfe 100644 --- a/tools/syz-declextract/testdata/cover.c +++ b/tools/syz-declextract/testdata/cover.c @@ -8,7 +8,8 @@ #define COVER_IOCTL3 3 #define COVER_IOCTL4 4 -static void cover_helper(int cmd) { +static void cover_helper(int cmd) +{ int tmp = 0; tmp++; switch (cmd) { @@ -20,7 +21,8 @@ static void cover_helper(int cmd) { } } -SYSCALL_DEFINE1(cover, int cmd) { +SYSCALL_DEFINE1(cover, int cmd) +{ int tmp = 0; tmp++; switch (cmd) { |
