staging: ccree: Fix alignment issues in ssi_request_mgr.c
authorSimon Sandström <simon@nikanor.nu>
Tue, 18 Jul 2017 20:03:57 +0000 (22:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Jul 2017 04:53:22 +0000 (21:53 -0700)
Fixes checkpatch.pl alignment warnings.

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_request_mgr.c

index 3f39150..2eda82f 100644 (file)
@@ -136,7 +136,9 @@ int request_mgr_init(struct ssi_drvdata *drvdata)
 
        /* Allocate DMA word for "dummy" completion descriptor use */
        req_mgr_h->dummy_comp_buff = dma_alloc_coherent(&drvdata->plat_dev->dev,
-               sizeof(u32), &req_mgr_h->dummy_comp_buff_dma, GFP_KERNEL);
+                                                       sizeof(u32),
+                                                       &req_mgr_h->dummy_comp_buff_dma,
+                                                       GFP_KERNEL);
        if (!req_mgr_h->dummy_comp_buff) {
                SSI_LOG_ERR("Not enough memory to allocate DMA (%zu) dropped "
                           "buffer\n", sizeof(u32));