staging/rdma/hfi1: diag.c correct sizeof parameter
authorIra Weiny <ira.weiny@intel.com>
Wed, 2 Dec 2015 05:43:32 +0000 (00:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:53:37 +0000 (13:53 -0800)
commitc0d4c2582fc20bff48e7287997f1cf7201f191d2
tree73ceb2d12eca7f485284c99997c9841234d7598d
parent9d2b75f696d9a3988e0aab00fca8f931ece35d9c
staging/rdma/hfi1: diag.c correct sizeof parameter

sizeof should use the variable rather than the struct definition to ensure that
type changes are properly accounted for.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/diag.c