Skip to content
Snippets Groups Projects
Commit 1357984e authored by Gerwin Klein's avatar Gerwin Klein
Browse files

trivial: thank you, astyle.

parent c9985de0
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ Arch_deriveCap(cte_t *slot, cap_t cap)
}
return ret;
/* This is a deviation from haskell, which has only
* one frame cap type on ARM */
/* This is a deviation from haskell, which has only
* one frame cap type on ARM */
case cap_small_frame_cap:
ret.cap = cap_small_frame_cap_set_capFMappedASID(cap, asidInvalid);
ret.status = EXCEPTION_NONE;
......
......@@ -1689,7 +1689,7 @@ decodeIA32FrameInvocation(
cap = cap_frame_cap_set_capFMappedAddress(cap, vaddr);
switch (frameSize) {
/* PTE mappings */
/* PTE mappings */
case IA32_4K: {
pte_t pte;
lookupPTSlot_ret_t lu_ret;
......@@ -1822,7 +1822,7 @@ decodeIA32FrameInvocation(
}
switch (frameSize) {
/* PTE mappings */
/* PTE mappings */
case IA32_4K: {
pte_t pte;
lookupPTSlot_ret_t lu_ret;
......
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