Skip to content

Commit

Permalink
crypto: qat - fix checkpatch CODE_INDENT issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Allan, Bruce W authored and Herbert Xu committed Apr 1, 2015
1 parent 724c76c commit 64a31be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/qat/qat_dh895xcc/adf_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 64a31be

Please sign in to comment.