@@ -1024,7 +1024,7 @@ static int rdt_num_closids_show(struct kernfs_open_file *of,
1024
1024
}
1025
1025
1026
1026
static int rdt_default_ctrl_show (struct kernfs_open_file * of ,
1027
- struct seq_file * seq , void * v )
1027
+ struct seq_file * seq , void * v )
1028
1028
{
1029
1029
struct resctrl_schema * s = rdt_kn_parent_priv (of -> kn );
1030
1030
struct rdt_resource * r = s -> res ;
@@ -1034,7 +1034,7 @@ static int rdt_default_ctrl_show(struct kernfs_open_file *of,
1034
1034
}
1035
1035
1036
1036
static int rdt_min_cbm_bits_show (struct kernfs_open_file * of ,
1037
- struct seq_file * seq , void * v )
1037
+ struct seq_file * seq , void * v )
1038
1038
{
1039
1039
struct resctrl_schema * s = rdt_kn_parent_priv (of -> kn );
1040
1040
struct rdt_resource * r = s -> res ;
@@ -1150,7 +1150,7 @@ static int rdt_bit_usage_show(struct kernfs_open_file *of,
1150
1150
}
1151
1151
1152
1152
static int rdt_min_bw_show (struct kernfs_open_file * of ,
1153
- struct seq_file * seq , void * v )
1153
+ struct seq_file * seq , void * v )
1154
1154
{
1155
1155
struct resctrl_schema * s = rdt_kn_parent_priv (of -> kn );
1156
1156
struct rdt_resource * r = s -> res ;
@@ -1185,7 +1185,7 @@ static int rdt_mon_features_show(struct kernfs_open_file *of,
1185
1185
}
1186
1186
1187
1187
static int rdt_bw_gran_show (struct kernfs_open_file * of ,
1188
- struct seq_file * seq , void * v )
1188
+ struct seq_file * seq , void * v )
1189
1189
{
1190
1190
struct resctrl_schema * s = rdt_kn_parent_priv (of -> kn );
1191
1191
struct rdt_resource * r = s -> res ;
@@ -1195,7 +1195,7 @@ static int rdt_bw_gran_show(struct kernfs_open_file *of,
1195
1195
}
1196
1196
1197
1197
static int rdt_delay_linear_show (struct kernfs_open_file * of ,
1198
- struct seq_file * seq , void * v )
1198
+ struct seq_file * seq , void * v )
1199
1199
{
1200
1200
struct resctrl_schema * s = rdt_kn_parent_priv (of -> kn );
1201
1201
struct rdt_resource * r = s -> res ;
@@ -2068,7 +2068,6 @@ static struct rftype res_common_files[] = {
2068
2068
.seq_show = rdtgroup_closid_show ,
2069
2069
.fflags = RFTYPE_CTRL_BASE | RFTYPE_DEBUG ,
2070
2070
},
2071
-
2072
2071
};
2073
2072
2074
2073
static int rdtgroup_add_files (struct kernfs_node * kn , unsigned long fflags )
@@ -3628,7 +3627,6 @@ static int rdtgroup_init_alloc(struct rdtgroup *rdtgrp)
3628
3627
rdt_last_cmd_puts ("Failed to initialize allocations\n" );
3629
3628
goto out ;
3630
3629
}
3631
-
3632
3630
}
3633
3631
3634
3632
rdtgrp -> mode = RDT_MODE_SHAREABLE ;
0 commit comments