Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30442991 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Ralf Baechle
Browse files

Formatting fixes.

parent 6b123979
Loading
Loading
Loading
Loading
+10 −9
Original line number Original line Diff line number Diff line
@@ -357,7 +357,8 @@ __init int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1,
	old_pagemask = read_c0_pagemask();
	old_pagemask = read_c0_pagemask();
	wired = read_c0_wired();
	wired = read_c0_wired();
	if (--temp_tlb_entry < wired) {
	if (--temp_tlb_entry < wired) {
		printk(KERN_WARNING "No TLB space left for add_temporary_entry\n");
		printk(KERN_WARNING
		       "No TLB space left for add_temporary_entry\n");
		ret = -ENOSPC;
		ret = -ENOSPC;
		goto out;
		goto out;
	}
	}