projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf988c1
)
Staging : lustre/lustre/lov: Fix Statements terminations use 1 semicolon in lov_ea.c
author
Monam Agarwal
<
[email protected]
>
Sat, 1 Mar 2014 11:33:33 +0000
(17:03 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 7 Mar 2014 01:35:27 +0000
(17:35 -0800)
This patch fixes the following checkpatch.pl issues in lov_ea.c
Warning: Statements terminations use 1 semicolon in lov_ea.c
Signed-off-by: Monam Agarwal <
[email protected]
>
Reviewed-by: Paul E. McKenney <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/lustre/lustre/lov/lov_ea.c
patch
|
blob
|
history
diff --git
a/drivers/staging/lustre/lustre/lov/lov_ea.c
b/drivers/staging/lustre/lustre/lov/lov_ea.c
index e6c60151dc654c4567fbecf41b523fe092c542eb..6f356e025543739f0a39f68a061756b2be5e0ab5 100644
(file)
--- a/
drivers/staging/lustre/lustre/lov/lov_ea.c
+++ b/
drivers/staging/lustre/lustre/lov/lov_ea.c
@@
-98,7
+98,7
@@
struct lov_stripe_md *lsm_alloc_plain(__u16 stripe_count, int *size)
OBD_ALLOC_LARGE(lsm, *size);
if (!lsm)
- return NULL;
;
+ return NULL;
for (i = 0; i < stripe_count; i++) {
OBD_SLAB_ALLOC_PTR_GFP(loi, lov_oinfo_slab, __GFP_IO);