Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161618AbbKEOYl (ORCPT ); Thu, 5 Nov 2015 09:24:41 -0500 Received: from mga02.intel.com ([134.134.136.20]:10902 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161396AbbKEOYk convert rfc822-to-8bit (ORCPT ); Thu, 5 Nov 2015 09:24:40 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,247,1444719600"; d="scan'208";a="594556963" From: "Marciniszyn, Mike" To: Sunny Kumar , Doug Ledford , "Hefty, Sean" , Hal Rosenstock , Greg Kroah-Hartman , "linux-rdma@vger.kernel.org" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" CC: Sunny Kumar Subject: RE: [PATCH 1/1] staging: rdma: hfi1 : Prefer using the BIT macro Thread-Topic: [PATCH 1/1] staging: rdma: hfi1 : Prefer using the BIT macro Thread-Index: AQHRF8E96m3soo7aIUiucCk5jB2lAJ6NeSkw Date: Thu, 5 Nov 2015 14:24:37 +0000 Message-ID: <32E1700B9017364D9B60AED9960492BC25996212@fmsmsx120.amr.corp.intel.com> References: <1446724683-30092-1-git-send-email-sunnyk@cdac.in> In-Reply-To: <1446724683-30092-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.107] 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: 481 Lines: 17 > Subject: [PATCH 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 > --- Nak. The patch leaves the shift in. Mike -- 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/