[PATCH] Modify the code format

From: Loki Huang
Date: Thu Jul 02 2015 - 15:15:56 EST


---
drivers/staging/i2o/memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i2o/memory.c b/drivers/staging/i2o/memory.c
index 78b702c..98aff29 100644
--- a/drivers/staging/i2o/memory.c
+++ b/drivers/staging/i2o/memory.c
@@ -125,7 +125,7 @@ EXPORT_SYMBOL_GPL(i2o_dma_map_single);
* Returns 0 on failure or 1 on success.
*/
int i2o_dma_map_sg(struct i2o_controller *c, struct scatterlist *sg,
- int sg_count, enum dma_data_direction direction, u32 ** sg_ptr)
+ int sg_count, enum dma_data_direction direction, u32 **sg_ptr)
{
u32 sg_flags;
u32 *mptr = *sg_ptr;
--
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/