OSDN Git Service

staging: lustre: lclient: lcommon_misc.c fixing coding style issues
authorAnil Belur <askb23@gmail.com>
Wed, 18 Jun 2014 08:23:51 +0000 (18:23 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:39:18 +0000 (15:39 -0700)
commit2df2b3a8be2acd461036283354b42b6436a349e1
tree192f6f937e0e123ae9fa0d763ea1214d29c296ed
parent641cff7773807c1c0b1be273556dec0c6808abfb
staging: lustre: lclient: lcommon_misc.c fixing coding style issues

fixed warning:
* WARNING: min() should probably be min_t(__u32, desc.ld_tgt_count,
LOV_MAX_STRIPE_COUNT)

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lclient/lcommon_misc.c