Re: [PATCH] staging: lustre: lnet: lnet: lip-ptl:fix sparse warning of static declaration

2015-02-09 Thread Joe Perches
On Mon, 2015-02-09 at 21:45 +0530, Mohammad Jamal wrote: This patch adds a static keyword to variable portal_rotor to suppress the sparse warning of static declaration Do please compile the subsystem before sending patches. diff --git a/drivers/staging/lustre/lnet/lnet/lib-ptl.c

[PATCH] staging: lustre: lnet: lnet: lip-ptl:fix sparse warning of static declaration

2015-02-09 Thread Mohammad Jamal
This patch adds a static keyword to variable portal_rotor to suppress the sparse warning of static declaration Signed-off-by: Mohammad Jamal md.jamalmohiud...@gmail.com --- drivers/staging/lustre/lnet/lnet/lib-ptl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git