Skip to content
Snippets Groups Projects
Commit 54c6d242 authored by Cosmin-Gabriel Samoila's avatar Cosmin-Gabriel Samoila Committed by Joerg Roedel
Browse files

iommu/io-pgtable: Fix a brace coding style issue.


Fixed a coding style issue.

Signed-off-by: default avatarCosmin-Gabriel Samoila <gabrielcsmo@gmail.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 9735a227
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,7 @@
#include "io-pgtable.h"
static const struct io_pgtable_init_fns *
io_pgtable_init_table[IO_PGTABLE_NUM_FMTS] =
{
io_pgtable_init_table[IO_PGTABLE_NUM_FMTS] = {
#ifdef CONFIG_IOMMU_IO_PGTABLE_LPAE
[ARM_32_LPAE_S1] = &io_pgtable_arm_32_lpae_s1_init_fns,
[ARM_32_LPAE_S2] = &io_pgtable_arm_32_lpae_s2_init_fns,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment