From baf8aea4e9a7f1228e4a415fe2bb1bc8ef151e8f Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Fri, 7 Mar 2014 04:07:18 +0530 Subject: [PATCH] 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] *from drivers/staging/lustre/lustre/lmv/lproc_lmv.c:99:35: got char const *buffer Signed-off-by: Himangi Saraogi Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed