Skip to content

Commit

Permalink
x86, mm: fault.c, simplify kmmio_fault(), cleanup
Browse files Browse the repository at this point in the history
Clarify the kmmio_fault() comment.

Acked-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Feb 22, 2009
1 parent f8eeb2e commit b319eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/x86/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ enum x86_pf_error_code {
};

/*
* (returns 0 if mmiotrace is disabled)
* Returns 0 if mmiotrace is disabled, or if the fault is not
* handled by mmiotrace:
*/
static inline int kmmio_fault(struct pt_regs *regs, unsigned long addr)
{
Expand Down

0 comments on commit b319eed

Please sign in to comment.