Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-05-16 Thread Guilherme G. Piccoli
On 04/30/2016 07:13 AM, Minfei Huang wrote: Ping. Any comment is appreciate. Hi Minfei, I guess a good idea would be to resend the patch with the typo fixed, as a v2 patch. What do you think? Cheers, Guilherme Thanks Minfei On 04/25/16 at 11:13P, Minfei Huang wrote: It's more

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-05-16 Thread Guilherme G. Piccoli
On 04/30/2016 07:13 AM, Minfei Huang wrote: Ping. Any comment is appreciate. Hi Minfei, I guess a good idea would be to resend the patch with the typo fixed, as a v2 patch. What do you think? Cheers, Guilherme Thanks Minfei On 04/25/16 at 11:13P, Minfei Huang wrote: It's more

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-30 Thread Minfei Huang
Ping. Any comment is appreciate. Thanks Minfei On 04/25/16 at 11:13P, Minfei Huang 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. > > Signed-off-by: Minfei Huang > --- >

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-30 Thread Minfei Huang
Ping. Any comment is appreciate. Thanks Minfei On 04/25/16 at 11:13P, Minfei Huang 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. > > Signed-off-by: Minfei Huang > --- >

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-25 Thread Minfei Huang
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

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-25 Thread Minfei Huang
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

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-25 Thread Sagi Grimberg
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?

Re: [PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-25 Thread Sagi Grimberg
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?

[PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-24 Thread Minfei Huang
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. Signed-off-by: Minfei Huang --- drivers/nvme/host/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] Use MICRO UINT_MAX instead of actual value

2016-04-24 Thread Minfei Huang
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. Signed-off-by: Minfei Huang --- drivers/nvme/host/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvme/host/core.c