Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759049AbcKCWTC (ORCPT ); Thu, 3 Nov 2016 18:19:02 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:34124 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753313AbcKCWTA (ORCPT ); Thu, 3 Nov 2016 18:19:00 -0400 Subject: Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code To: Daniel Lezcano References: <1478208701-30923-1-git-send-email-vgupta@synopsys.com> <1478208701-30923-3-git-send-email-vgupta@synopsys.com> <20161103215509.GN1859@mai> CC: Noam Camus , , , , Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc From: Vineet Gupta Message-ID: Date: Thu, 3 Nov 2016 15:15:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161103215509.GN1859@mai> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.44] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 448 Lines: 16 On 11/03/2016 02:55 PM, Daniel Lezcano wrote: > 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/ Sorry for fat fingering those. Fixed now. > >> explicit distinction in code >> >> Signed-off-by: Vineet Gupta >> --- >