Re: [PATCH 1/4] Staging: lustre: sparse static warning fix

2015-05-18 Thread Dan Carpenter
On Mon, May 18, 2015 at 08:34:48PM +0200, Adrian Remonda wrote: > This patch clears the warning given by sparse that the function should be > static. > Done by moving the declaration of the structure 'nrs_conf_fifo' into the > header > 'ptlrpc_internal.h' > > modified: drivers/staging/l

[PATCH 1/4] Staging: lustre: sparse static warning fix

2015-05-18 Thread Adrian Remonda
This patch clears the warning given by sparse that the function should be static. Done by moving the declaration of the structure 'nrs_conf_fifo' into the header 'ptlrpc_internal.h' modified: drivers/staging/lustre/lustre/ptlrpc/nrs.c modified: drivers/staging/lustre/lustre/p