Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932921AbcKCVzN (ORCPT ); Thu, 3 Nov 2016 17:55:13 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:35818 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932105AbcKCVzM (ORCPT ); Thu, 3 Nov 2016 17:55:12 -0400 Date: Thu, 3 Nov 2016 22:55:09 +0100 From: Daniel Lezcano To: Vineet Gupta Cc: Noam Camus , tglx@linutronix.de, linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org, Alexey.Brodkin@synopsys.com Subject: Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code Message-ID: <20161103215509.GN1859@mai> References: <1478208701-30923-1-git-send-email-vgupta@synopsys.com> <1478208701-30923-3-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478208701-30923-3-git-send-email-vgupta@synopsys.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 340 Lines: 11 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 > ---