nds32: fix semicolon code style issue
Delete superfluous semicolons. Signed-off-by: Yang Wei <yang.wei9@zte.com.cn> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
This commit is contained in:
@@ -272,7 +272,7 @@ void __set_fixmap(enum fixed_addresses idx,
|
||||
|
||||
BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses);
|
||||
|
||||
pte = (pte_t *)&fixmap_pmd_p[pte_index(addr)];;
|
||||
pte = (pte_t *)&fixmap_pmd_p[pte_index(addr)];
|
||||
|
||||
if (pgprot_val(flags)) {
|
||||
set_pte(pte, pfn_pte(phys >> PAGE_SHIFT, flags));
|
||||
|
Reference in New Issue
Block a user