[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1435864523-7540-1-git-send-email-lokihsx@gmail.com>
Date: Fri, 3 Jul 2015 03:15:23 +0800
From: Loki Huang <lokihsx@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Loki Huang <lokihsx@...il.com>
Subject: [PATCH] Modify the code format
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists