Re: [PATCH 03/10] ARC: typo fix in mm/fault.c

From: Alexey Brodkin
Date: Thu May 25 2017 - 07:04:22 EST


Hi Noam,

On Thu, 2017-05-25 at 05:34 +0300, Noam Camus wrote:
> From: Liav Rehana <liavr@xxxxxxxxxxxx>
>
> Signed-off-by: Liav Rehana <liavr@xxxxxxxxxxxx>
> Signed-off-by: Noam Camus <noamca@xxxxxxxxxxxx>
> ---
> Âarch/arc/mm/fault.c |ÂÂÂÂ2 +-
> Â1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c
> index 162c975..a0b7bd6 100644
> --- a/arch/arc/mm/fault.c
> +++ b/arch/arc/mm/fault.c
> @@ -207,7 +207,7 @@ void do_page_fault(unsigned long address, struct pt_regs *regs)
> Â /* Are we prepared to handle this kernel fault?
> Â Â*
> Â Â* (The kernel has valid exception-points in the source
> - Â*ÂÂwhen it acesses user-memory. When it fails in one
> + Â*ÂÂwhen it accesses user-memory. When it fails in one
> Â Â*ÂÂof those points, we find it in a table and do a jump
> Â Â*ÂÂto some fixup code that loads an appropriate error
> Â Â*ÂÂcode)

Reviewed-by: Alexey Brodkin <abrodkin@xxxxxxxxxxxx>