Skip to content

Commit

Permalink
xen: scmi_dt_maker: Fix code style minor issue
Browse files Browse the repository at this point in the history
Remove space before function definition.

Signed-off-by: Oleksii Moisieiev <[email protected]>
  • Loading branch information
oleksiimoisieiev committed Oct 3, 2024
1 parent f4eafba commit 1e1d25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen/drivers/passthrough/arm/scmi_dt_maker.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct scmi_phandle {

LIST_HEAD(scmi_ph_list);

int __init scmi_dt_make_shmem_node(struct kernel_info *kinfo)
int __init scmi_dt_make_shmem_node(struct kernel_info *kinfo)
{
int res;
void *fdt = kinfo->fdt;
Expand Down

0 comments on commit 1e1d25b

Please sign in to comment.