1
0
Fork 0

crypto: qat - fix checkpatch CODE_INDENT issue

ERROR:CODE_INDENT: code indent should use tabs where possible

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Allan, Bruce W 2015-03-31 09:30:55 -07:00 committed by Herbert Xu
parent 724c76ce30
commit 64a31be39b
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static int adf_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
}
accel_dev = kzalloc_node(sizeof(*accel_dev), GFP_KERNEL,
dev_to_node(&pdev->dev));
dev_to_node(&pdev->dev));
if (!accel_dev)
return -ENOMEM;