From: Gilad Ben-Yossef Date: Sun, 7 Jan 2018 12:14:33 +0000 (+0000) Subject: staging: ccree: put pointer next to var name X-Git-Tag: for-linus-20180210~20^2~178 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=abb8492b2a24b30ce94df3f5c5e47d845506d68a;p=linux-2.6-block.git staging: ccree: put pointer next to var name Put pointer next to var name as per coding style. Signed-off-by: Gilad Ben-Yossef Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ccree/ssi_request_mgr.c b/drivers/staging/ccree/ssi_request_mgr.c index 78f25e58c9f5..dc3be2923342 100644 --- a/drivers/staging/ccree/ssi_request_mgr.c +++ b/drivers/staging/ccree/ssi_request_mgr.c @@ -166,7 +166,7 @@ static void enqueue_seq(struct cc_drvdata *drvdata, struct cc_hw_desc seq[], unsigned int seq_len) { int i, w; - void * __iomem reg = drvdata->cc_base + CC_REG(DSCRPTR_QUEUE_WORD0); + void __iomem *reg = drvdata->cc_base + CC_REG(DSCRPTR_QUEUE_WORD0); struct device *dev = drvdata_to_dev(drvdata); /*