mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
staging: ccree: put pointer next to var name
Put pointer next to var name as per coding style. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
28b1ad901f
commit
abb8492b2a
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user