Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

From: Daniel Lezcano
Date: Thu Nov 03 2016 - 17:56:10 EST


On Thu, Nov 03, 2016 at 02:31:33PM -0700, Vineet Gupta wrote:
> A standard "C" shift will be handled appropriately by the compiler
> dependin gon the endian used fo rbuild. So we don't need the

s/dependin gon/depending on/
s/fo rbuild/for build/

> explicit distinction in code
>
> Signed-off-by: Vineet Gupta <vgupta@xxxxxxxxxxxx>
> ---