-lnet.h:808:47:expected void [noderef] *iov_base
lib-lnet.h:808:47:got void *src
Signed-off-by: Zahari Doychev
---
drivers/staging/lustre/include/linux/lnet/lib-lnet.h | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/lustre/include/linux
] *iov_base
lib-lnet.h:819:48:got void *src
lib-lnet.h:808:47: warning: incorrect type in initializer (different address
spaces)
lib-lnet.h:808:47:expected void [noderef] *iov_base
lib-lnet.h:808:47:got void *src
Signed-off-by: Zahari Doychev
---
drivers/staging/lustre/include/linux
On Tue, Nov 25, 2014 at 02:40:36AM +0300, Dan Carpenter wrote:
> On Mon, Nov 24, 2014 at 07:55:41PM +0100, Zahari Doychev wrote:
> > --- a/drivers/staging/lustre/include/linux/lnet/lib-lnet.h
> > +++ b/drivers/staging/lustre/include/linux/lnet/lib-lnet.h
> > @@ -784,7 +784,8
The two patches fix several sparse warning in the lustre module.
Zahari Doychev (2):
[drivers] staging/lustre: fix sparse warnings
[drivers] staging/lustre: fix sparse warnings
drivers/staging/lustre/include/linux/lnet/lib-lnet.h | 14 +-
drivers/staging/lustre/lnet/klnds
This patch fixes the following sparse warnings:
lib-lnet.h:787:47: warning: incorrect type in initializer (different address
spaces)
lib-lnet.h:787:47:expected void [noderef] *iov_base
lib-lnet.h:787:47:got void *dest
Signed-off-by: Zahari Doychev
---
drivers/staging/lustre/include
This patch fixes the following warnings:
socklnd_cb.c:134:39: warning: incorrect type in assignment (different address
spaces)
socklnd_cb.c:134:39:expected void [noderef] *iov_base
socklnd_cb.c:134:39:got void *
Signed-off-by: Zahari Doychev
---
drivers/staging/lustre/lnet/klnds
this patch fixes some errors and warnings reported by checkpatch.pl
Signed-off-by: Zahari Doychev
---
drivers/staging/bcm/PHSModule.h | 25 +
1 file changed, 17 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/bcm/PHSModule.h b/drivers/staging/bcm/PHSModule.h