Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754329AbcDYKIM (ORCPT ); Mon, 25 Apr 2016 06:08:12 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:36459 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753922AbcDYKIL (ORCPT ); Mon, 25 Apr 2016 06:08:11 -0400 Date: Mon, 25 Apr 2016 18:08:20 +0800 From: Minfei Huang To: Sagi Grimberg Cc: keith.busch@intel.com, axboe@fb.com, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH] Use MICRO UINT_MAX instead of actual value Message-ID: <20160425100749.GA2291@huangminfeis-MacBook-Pro.local> References: <1461554009-1695-1-git-send-email-mnghuan@gmail.com> <571DE71A.7060408@grimberg.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <571DE71A.7060408@grimberg.me> 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: 265 Lines: 11 On 04/25/16 at 12:44P, Sagi Grimberg wrote: > > >It's more elegant to use MICRO UINT_MAX to represent the max value of > >type unsigned int. So replace the actual value by using this MICRO. > > You mean macro right? Yep. Sorry for the typo error. Thanks Minfei