[PATCH] staging: lustre: resolves sparse warnings using static declaration

2015-02-10 Thread Le Tan
This patch resolves sparse warnings about non-declared symbol in staging/lustre/lustre/lov by adding static declaration. These warnings are like this: warning: symbol 'fiemap_calc_fm_end_offset' was not declared. Should it be static? Signed-off-by: Le Tan --- drivers/stag

Re: [PATCH] staging: fwserial: remove multiple blank lines

2014-11-20 Thread Le Tan
Hi Dan, 2014-11-20 17:48 GMT+08:00 Dan Carpenter : > > Chill. Wait for two weeks minimum before asking these questions, and > longer than two weeks if Greg is traveling or there is a merge window > open. Got it! Thanks very much for your advice! I will keep waiting for Greg's reply. :) Regards,

Re: [PATCH] staging: fwserial: remove multiple blank lines

2014-11-19 Thread Le Tan
Hi Greg, 2014-11-11 15:40 GMT+08:00 Le Tan : > This patch fixes the multiple blank lines issue complained by checkpatch.pl > by removing useless blank lines. > > Signed-off-by: Le Tan > --- > drivers/staging/fwserial/fwserial.c | 3 --- > 1 file changed, 3 deletions(-) >

[PATCH] staging: fwserial: remove multiple blank lines

2014-11-10 Thread Le Tan
This patch fixes the multiple blank lines issue complained by checkpatch.pl by removing useless blank lines. Signed-off-by: Le Tan --- drivers/staging/fwserial/fwserial.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/fwserial/fwserial.c b/drivers/staging/fwserial