staging:lustre: Fix sparse warning of incorrect argument type
commitbaf8aea4e9a7f1228e4a415fe2bb1bc8ef151e8f
authorHimangi Saraogi <himangi774@gmail.com>
Thu, 6 Mar 2014 22:37:18 +0000 (7 04:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 01:35:27 +0000 (6 17:35 -0800)
tree11cbd337ed8ecc69029a08b98521965d5f7636b9
parent2046a81d47bacd58287672dc6f0791ab0de2184e
staging:lustre: Fix sparse warning of incorrect argument type

This patch fixes the following sparse warning :
drivers/staging/lustre/lustre/lmv/lproc_lmv.c:99:35: warning: incorrect type in argument 2 (different address spaces)
drivers/staging/lustre/lustre/lmv/lproc_lmv.c:99:35:    expected void const [noderef] <asn:1>*from
drivers/staging/lustre/lustre/lmv/lproc_lmv.c:99:35:    got char const *buffer

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lmv/lproc_lmv.c