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
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(-)
>
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,
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