File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ static struct btrfs_ioctl_dev_replace_args used_replace_args __attribute__((used
192
192
static struct btrfs_ioctl_same_args used_same_args __attribute__((used ));
193
193
static struct btrfs_ioctl_feature_flags used_feature_flags __attribute__((used ));
194
194
195
- const char * value_to_string (unsigned long num )
195
+ static const char * value_to_string (unsigned long num )
196
196
{
197
197
#define ONE (x ) case x: return #x;
198
198
switch (num ) {
Original file line number Diff line number Diff line change 19
19
#include "common/utils.h"
20
20
#include "common/string-table.h"
21
21
22
- void test_simple_create_free ()
22
+ static void test_simple_create_free ()
23
23
{
24
24
struct string_table * tab ;
25
25
@@ -38,7 +38,7 @@ void test_simple_create_free()
38
38
table_free (tab );
39
39
}
40
40
41
- void test_simple_header ()
41
+ static void test_simple_header ()
42
42
{
43
43
struct string_table * tab ;
44
44
int i ;
@@ -68,7 +68,7 @@ void test_simple_header()
68
68
table_free (tab );
69
69
}
70
70
71
- void test_simple_paginate ()
71
+ static void test_simple_paginate ()
72
72
{
73
73
struct string_table * tab ;
74
74
unsigned int page_size = 4 ;
You can’t perform that action at this time.
0 commit comments