[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424307659-10617-1-git-send-email-tolga.ceylan@gmail.com>
Date: Wed, 18 Feb 2015 17:00:58 -0800
From: Tolga Ceylan <tolga.ceylan@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Alan Cox <alan@...ux.intel.com>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, tolga.ceylan@...il.com
Subject: [PATCH 1/2] Staging: i2o: i2o_block: Fixed coding style issue
"u32 ** mptr" should be "u32 **mptr"
Signed-off-by: Tolga Ceylan <tolga.ceylan@...il.com>
---
drivers/staging/i2o/i2o_block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/i2o/i2o_block.c b/drivers/staging/i2o/i2o_block.c
index 0a13c64..9164569 100644
--- a/drivers/staging/i2o/i2o_block.c
+++ b/drivers/staging/i2o/i2o_block.c
@@ -315,7 +315,7 @@ static inline void i2o_block_request_free(struct i2o_block_request *ireq)
*/
static inline int i2o_block_sglist_alloc(struct i2o_controller *c,
struct i2o_block_request *ireq,
- u32 ** mptr)
+ u32 **mptr)
{
int nents;
enum dma_data_direction direction;
--
2.3.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