forked from Minki/linux
staging: ralink-gdma: Remove space after cast
This fixes the checkpatch.pl check: "No space is necessary after the cast". Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4da99b90ce
commit
344201e0f8
@ -818,7 +818,7 @@ static int gdma_dma_probe(struct platform_device *pdev)
|
|||||||
match = of_match_device(gdma_of_match_table, &pdev->dev);
|
match = of_match_device(gdma_of_match_table, &pdev->dev);
|
||||||
if (!match)
|
if (!match)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
data = (struct gdma_data *) match->data;
|
data = (struct gdma_data *)match->data;
|
||||||
|
|
||||||
dma_dev = devm_kzalloc(&pdev->dev,
|
dma_dev = devm_kzalloc(&pdev->dev,
|
||||||
struct_size(dma_dev, chan, data->chancnt),
|
struct_size(dma_dev, chan, data->chancnt),
|
||||||
|
Loading…
Reference in New Issue
Block a user