Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757406AbbKFP0N (ORCPT ); Fri, 6 Nov 2015 10:26:13 -0500 Received: from mga02.intel.com ([134.134.136.20]:42865 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbbKFP0L convert rfc822-to-8bit (ORCPT ); Fri, 6 Nov 2015 10:26:11 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,252,1444719600"; d="scan'208";a="595302896" From: "Marciniszyn, Mike" To: Sunny Kumar CC: Sunny Kumar , Doug Ledford , "Greg Kroah-Hartman" , "linux-rdma@vger.kernel.org" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" , "Dalessandro, Dennis" , "John, Jubin" Subject: RE: [PATCH v2 1/1] staging: rdma: hfi1 : Prefer using the BIT macro Thread-Topic: [PATCH v2 1/1] staging: rdma: hfi1 : Prefer using the BIT macro Thread-Index: AQHRGEy6d79xa3lPE0S+w2Ewe1bgcp6PHddA Date: Fri, 6 Nov 2015 15:26:09 +0000 Message-ID: <32E1700B9017364D9B60AED9960492BC259A0184@fmsmsx120.amr.corp.intel.com> References: <1446784603-8084-1-git-send-email-sunnyk@cdac.in> In-Reply-To: <1446784603-8084-1-git-send-email-sunnyk@cdac.in> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.1.200.106] 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: 538 Lines: 16 > Cc: Sunny Kumar > Subject: [PATCH v2 1/1] staging: rdma: hfi1 : Prefer using the BIT macro > > This patch replaces bit shifting on 1 with the BIT(x) macro > > Signed-off-by: Sunny Kumar > --- Thanks for the patch! Acked-by: Mike Marciniszyn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/