From mboxrd@z Thu Jan 1 00:00:00 1970 From: sagi@grimberg.me (Sagi Grimberg) Date: Mon, 25 Apr 2016 12:44:58 +0300 Subject: [PATCH] Use MICRO UINT_MAX instead of actual value In-Reply-To: <1461554009-1695-1-git-send-email-mnghuan@gmail.com> References: <1461554009-1695-1-git-send-email-mnghuan@gmail.com> Message-ID: <571DE71A.7060408@grimberg.me> > 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?