Re: [PATCH] staging: lustre: lustre: lmv: fix sparse warnings related to static declarations

2015-02-03 Thread Greg KH
On Tue, Feb 03, 2015 at 08:45:02PM +0530, Mohammad Jamal wrote: > This patch removes the sparse warnings present in the lproc_lmv.c What "sparse warnings"? Please be specific. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxd

[PATCH] staging: lustre: lustre: lmv: fix sparse warnings related to static declarations

2015-02-03 Thread Mohammad Jamal
This patch removes the sparse warnings present in the lproc_lmv.c Signed-off-by: Mohammad Jamal --- drivers/staging/lustre/lustre/lmv/lproc_lmv.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c b/drivers/staging/lustre/lus