Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965389AbcKDSMf convert rfc822-to-8bit (ORCPT ); Fri, 4 Nov 2016 14:12:35 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:53545 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938549AbcKDSMe (ORCPT ); Fri, 4 Nov 2016 14:12:34 -0400 From: Alexey Brodkin To: Vineet Gupta CC: Noam Camus , "tglx@linutronix.de" , "linux-snps-arc@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Daniel Lezcano Subject: RE: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code Thread-Topic: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code Thread-Index: AQHSNhm2S/fFVFdntUyaKNBze4HKx6DJIMKg Date: Fri, 4 Nov 2016 18:11:13 +0000 Message-ID: <4881796E12491D4BB15146FE0209CE646785A952@DE02WEMBXB.internal.synopsys.com> References: <1478208701-30923-1-git-send-email-vgupta@synopsys.com> <1478208701-30923-3-git-send-email-vgupta@synopsys.com> In-Reply-To: <1478208701-30923-3-git-send-email-vgupta@synopsys.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.13.178.24] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 685 Lines: 18 Hi Vineet, A couple of misspellings in the commit message below. > -----Original Message----- > From: Vineet Gupta [mailto:vgupta@synopsys.com] > Sent: Friday, November 04, 2016 12:32 AM > To: Daniel Lezcano > Cc: Noam Camus ; tglx@linutronix.de; linux-snps-arc@lists.infradead.org; linux-kernel@vger.kernel.org; > Alexey.Brodkin@synopsys.com; Vineet Gupta > Subject: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code > > A standard "C" shift will be handled appropriately by the compiler > dependin gon the endian used fo rbuild. So we don't need the "depending on", "used for build". -Alexey