};
 
 static int ion_dma_buf_attach(struct dma_buf *dmabuf, struct device *dev,
-                               struct dma_buf_attachment *attachment)
+                             struct dma_buf_attachment *attachment)
 {
        struct ion_dma_buf_attachment *a;
        struct sg_table *table;
        kfree(a);
 }
 
-
 static struct sg_table *ion_map_dma_buf(struct dma_buf_attachment *attachment,
                                        enum dma_data_direction direction)
 {
                mutex_unlock(&buffer->lock);
        }
 
-
        mutex_lock(&buffer->lock);
        list_for_each_entry(a, &buffer->attachments, list) {
                dma_sync_sg_for_cpu(a->dev, a->table->sgl, a->table->nents,
-                                       DMA_BIDIRECTIONAL);
+                                   DMA_BIDIRECTIONAL);
        }
        mutex_unlock(&buffer->lock);
 
        mutex_lock(&buffer->lock);
        list_for_each_entry(a, &buffer->attachments, list) {
                dma_sync_sg_for_device(a->dev, a->table->sgl, a->table->nents,
-                                       DMA_BIDIRECTIONAL);
+                                      DMA_BIDIRECTIONAL);
        }
        mutex_unlock(&buffer->lock);