[PATCH] staging: bcm: sort.c: fix coding style

2014-09-06 Thread Omar Sandoval
Fix checkpatch.pl "Alignment should match open parenthesis". Signed-off-by: Omar Sandoval --- drivers/staging/bcm/sort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/sort.c b/drivers/staging/bcm/sort.c index d518c42..ca0b179 100644 ---

[PATCH] staging: lustre: fix gfp_t/int coercion

2014-09-26 Thread Omar Sandoval
Fix a few implicit casts between int and gfp_t which were caught by sparse. Signed-off-by: Omar Sandoval --- This patch applies to v3.17-rc6. drivers/staging/lustre/lustre/llite/lloop.c| 4 ++-- drivers/staging/lustre/lustre/ptlrpc/client.c | 2 +- drivers/staging/lustre