Re: [PATCH] staging : osc : coding style fix

2016-12-14 Thread Dilger, Andreas
On Dec 14, 2016, at 14:11, Tabrez khan <khan.tabre...@gmail.com> wrote: > > Subject: [PATCH] staging : osc : coding style fix Thanks for sumbitting your patch. As a general rule, the patch summary line should try to describe (as best as possible in a single line) what the patch

[PATCH] staging : osc : coding style fix

2016-12-14 Thread Tabrez khan
Remove unnecessary braces {} for single if statement block. This warning is found using checkpatch.pl. Signed-off-by: Tabrez khan --- drivers/staging/lustre/lustre/osc/osc_cache.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git