On 9/5/2012 10:01 PM, Stephen Hemminger wrote:
> On Wed,  5 Sep 2012 18:03:59 +0530
> Naresh Kumar Inna <[email protected]> wrote:
> 
>> +#define CSIO_ROUNDUP(__v, __r)              (((__v) + (__r) - 1) / (__r))
> 
> This is similar to existing round_up() in kernel.h could you use that?
> 
I will replace it with round_up() if it serves the same purpose. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to