staging: lustre: replace MIN/MAX with min_t/max_t
authorJeremiah Mahler <jmmahler@gmail.com>
Fri, 26 Dec 2014 00:04:43 +0000 (16:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:49:21 +0000 (15:49 -0800)
commit387915ded529bc47138d1b1401c94569ac4ce71c
treecd2bfdbb7e46238332f57c44c665ebd65092dcc1
parent462ef1e0e7e2d140ca9b41e7eae48c5f9348c68a
staging: lustre: replace MIN/MAX with min_t/max_t

Switch from MIN/MAX to min_t/max_t with a size_t type.  The size_t type
was chosen because one operand is a size_t and all the others are
immediate integer values.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/router_proc.c
This page took 0.059496 seconds and 5 git commands to generate.