From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Manlunas Subject: [PATCH v3 net-next 0/2] liquidio: standardization and cleanup Date: Wed, 26 Jul 2017 12:09:45 -0700 Message-ID: <20170726190945.GA1152@felix-thinkpad.cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com, derek.chickles@cavium.com, satananda.burla@cavium.com, ricardo.farrington@cavium.com To: davem@davemloft.net Return-path: Received: from mail-cys01nam02on0056.outbound.protection.outlook.com ([104.47.37.56]:31928 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750970AbdGZTJw (ORCPT ); Wed, 26 Jul 2017 15:09:52 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: From: Rick Farrington This patchset corrects some non-standard macro usage. 1. Replaced custom MIN macro with use of standard 'min_t'. 2. Removed cryptic and misleading macro 'CAST_ULL'. change log: V1 -> V2: 1. Add driver cleanup of macro 'CAST_ULL'. V2 -> V3: 1. Remove extra parentheses from previous usage of macro 'CAST_ULL'. Rick Farrington (2): liquidio: standardization: use min_t instead of custom macro liquidio: cleanup: removed cryptic and misleading macro drivers/net/ethernet/cavium/liquidio/octeon_console.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -- 2.9.0