Jelajahi Sumber

staging: android: Fixed line over 80 char

Fixes the following checkpatch warning:
Warning: Line over 80 characters

Signed-off-by: Jignesh R Patel <jigneshpatel0103@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jignesh R Patel 10 tahun lalu
induk
melakukan
936d61eeac
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      drivers/staging/android/ion/ion_cma_heap.c

+ 2 - 1
drivers/staging/android/ion/ion_cma_heap.c

@@ -73,7 +73,8 @@ static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer,
 	if (!info->table)
 	if (!info->table)
 		goto free_mem;
 		goto free_mem;
 
 
-	if (dma_get_sgtable(dev, info->table, info->cpu_addr, info->handle, len))
+	if (dma_get_sgtable(dev, info->table, info->cpu_addr, info->handle,
+			    len))
 		goto free_table;
 		goto free_table;
 	/* keep this for memory release */
 	/* keep this for memory release */
 	buffer->priv_virt = info;
 	buffer->priv_virt = info;